Skip to content

Commit e14574e

Browse files
committed
Corrected playwrights
1 parent 20325cf commit e14574e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-test-app/tests/e2e/MediaCo/portal.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test.describe('E2E test', () => {
1616
const announcementBanner = page.locator('h2:has-text("Announcements")');
1717
await expect(announcementBanner).toBeVisible();
1818

19-
const worklist = page.locator('div[id="worklist"]:has-text("Tasks")');
19+
const worklist = page.locator('div[id="worklist"]:has-text("My Worklist")');
2020
await expect(worklist).toBeVisible();
2121

2222
const navbar = page.locator('app-navbar');

0 commit comments

Comments
 (0)