Skip to content

chore: deploy on production only on tag #1013

chore: deploy on production only on tag

chore: deploy on production only on tag #1013

Triggered via pull request December 18, 2023 14:40
Status Success
Total duration 2m 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 notices
[chromium] › BookmarksList.spec.ts:103:7 › Bookmarks list › I can go to the books store filtered by author @read @login: 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
🎭 Playwright Run Summary
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)
🎭 Playwright Run Summary
11 passed (25.0s)