We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3ee7e commit d2b3a46Copy full SHA for d2b3a46
apps/app-e2e/src/example.spec.ts
@@ -4,5 +4,5 @@ test('has title', async ({ page }) => {
4
await page.goto('/');
5
6
// Expect h1 to contain a substring.
7
- expect(await page.locator('h1').innerText()).toContain('Welcome');
+ expect(await page.locator('h1').innerText()).toContain('Angular + Nestjs!');
8
});
0 commit comments