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 f6c88ee commit f55e7a9Copy full SHA for f55e7a9
packages/angular/test/base/e2e/src/standalone/nav.spec.ts
@@ -8,6 +8,6 @@ test.describe('Nav', () => {
8
test('should mount the root component', async ({ page }) => {
9
await expect(page.locator('app-nav')).toBeVisible();
10
11
- await expect(page.locator('text=Page One')).toBeVisible();
+ await expect(page.locator('ion-title')).toHaveText('Page One');
12
});
13
0 commit comments