Playwright E2E Tests #607
Annotations
3 errors, 1 warning, and 2 notices
tests/e2e/pages/notion-article-list.spec.ts#L1
1) [page-test-mobile] › pages/notion-article-list.spec.ts:57:5 › Page test for Notion article list page: coding › should render notion wrapper and content
Test timeout of 60000ms exceeded.
|
tests/e2e/pages/notion-article-list.spec.ts#L58
1) [page-test-mobile] › pages/notion-article-list.spec.ts:57:5 › Page test for Notion article list page: coding › should render notion wrapper and content
page.goto: Navigation failed because page was closed!
=========================== logs ===========================
navigating to "https://www.dazedbear.pro/coding?e2e_test=1", waiting until "load"
============================================================
56 |
57 | test('should render notion wrapper and content', async ({ page }) => {
> 58 | await page.goto(pagePath)
| ^
59 | expect(
60 | await page.$(get(locator, ['pages', pageName, 'notionWrapper']))
61 | ).not.toBeNull()
at /Users/runner/work/dazedbear.github.io/dazedbear.github.io/tests/e2e/pages/notion-article-list.spec.ts:58:18
|
tests/e2e/pages/notion-article-list.spec.ts#L1
1) [page-test-mobile] › pages/notion-article-list.spec.ts:57:5 › Page test for Notion article list page: coding › should render notion wrapper and content
Pending operations:
- page.goto at tests/e2e/pages/notion-article-list.spec.ts:58:18
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
|
The logs for this run have expired and are no longer available.
Loading