chore: deploy on production only on tag #1013
Annotations
1 error and 2 notices
pwa/tests/BookmarksList.spec.ts#L105
1) [chromium] › BookmarksList.spec.ts:103:7 › Bookmarks list › I can go to the books store filtered by author @READ @login
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/books\?author=Dan%20Simmons/
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"
- locator resolved to <html>…</html>
- unexpected value "https://localhost/bookmarks"
103 | test("I can go to the books store filtered by author @READ @login", async ({ bookmarkPage, page }) => {
104 | await (await bookmarkPage.getDefaultBook()).getByText("Dan Simmons").click();
> 105 | await expect(page).toHaveURL(/\/books\?author=Dan%20Simmons/);
| ^
106 | });
107 |
108 | test("I can go to a book @READ @login", async ({ bookmarkPage, page }) => {
at /home/runner/work/demo/demo/pwa/tests/BookmarksList.spec.ts:105:24
|
1 flaky
[chromium] › BookmarksList.spec.ts:103:7 › Bookmarks list › I can go to the books store filtered by author @READ @login
24 passed (41.5s)
|
|
The logs for this run have expired and are no longer available.
Loading