Update Demo #822
Triggered via pull request
September 20, 2023 22:37
Status
Success
Total duration
10m 58s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 2 notices
[chromium] › BookmarksList.spec.ts:108:7 › Bookmarks list › I can go to a book @read @login:
pwa/tests/BookmarksList.spec.ts#L110
1) [chromium] › BookmarksList.spec.ts:108:7 › Bookmarks list › I can go to a book @READ @login ───
Error: Timed out 5000ms waiting for expect(received).toHaveURL(expected)
Expected pattern: /\/books\/.*\/hyperion-dan-simmons/
Received string: "https://localhost/bookmarks"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
108 | test("I can go to a book @READ @login", async ({ bookmarkPage, page }) => {
109 | await (await bookmarkPage.getDefaultBook()).getByText("Hyperion").click();
> 110 | await expect(page).toHaveURL(/\/books\/.*\/hyperion-dan-simmons/);
| ^
111 | });
112 | });
113 |
at /home/runner/work/demo/demo/pwa/tests/BookmarksList.spec.ts:110:24
|
🎭 Playwright Run Summary
11 passed (40.0s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › BookmarksList.spec.ts:108:7 › Bookmarks list › I can go to a book @READ @login ────
24 passed (1.6m)
|