Skip to content

Commit d2b3a46

Browse files
committed
should update de e2e test hwne changing the title
1 parent dd3ee7e commit d2b3a46

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('Angular + Nestjs!');
88
});

0 commit comments

Comments
 (0)