Skip to content

Commit 4866dc0

Browse files
authored
Update example.spec.ts
1 parent 6714e4e commit 4866dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app-e2e/src/example.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ test('has title', async ({ page }) => {
44
await page.goto('/');
55

66
// Expect h1 to contain a substring.
7-
expect(await page.locator('h1').innerText()).toContain('Welcome');
7+
expect(await page.locator('h1').innerText()).toContain('Material + Nestjs!');
88
});

0 commit comments

Comments
 (0)