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 20325cf commit e14574eCopy full SHA for e14574e
projects/angular-test-app/tests/e2e/MediaCo/portal.spec.js
@@ -16,7 +16,7 @@ test.describe('E2E test', () => {
16
const announcementBanner = page.locator('h2:has-text("Announcements")');
17
await expect(announcementBanner).toBeVisible();
18
19
- const worklist = page.locator('div[id="worklist"]:has-text("Tasks")');
+ const worklist = page.locator('div[id="worklist"]:has-text("My Worklist")');
20
await expect(worklist).toBeVisible();
21
22
const navbar = page.locator('app-navbar');
0 commit comments