Skip to content

Commit f55e7a9

Browse files
committed
test(angular): update nav.spec after changes to component test
1 parent f6c88ee commit f55e7a9

File tree

1 file changed

+1
-1
lines changed
  • packages/angular/test/base/e2e/src/standalone

1 file changed

+1
-1
lines changed

packages/angular/test/base/e2e/src/standalone/nav.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ test.describe('Nav', () => {
88
test('should mount the root component', async ({ page }) => {
99
await expect(page.locator('app-nav')).toBeVisible();
1010

11-
await expect(page.locator('text=Page One')).toBeVisible();
11+
await expect(page.locator('ion-title')).toHaveText('Page One');
1212
});
1313
});

0 commit comments

Comments
 (0)