Merge pull request #8983 from weseek/support/148793-replace-tests-wit… #13004
Annotations
3 errors, 1 warning, and 2 notices
apps/app/playwright/auth.setup.ts#L1
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ─────────────────────────────────
Test timeout of 30000ms exceeded.
|
apps/app/playwright/utils/Login.ts#L19
1) [auth] › auth.setup.ts:7:6 › Authenticate as the "admin" user ─────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/admin" until "load"
============================================================
at utils/Login.ts:19
17 | }
18 |
> 19 | await page.waitForURL('/admin');
| ^
20 | await expect(page).toHaveTitle(/Wiki Management Homepage/);
21 |
22 | // End of authentication steps.
at login (/__w/growi/growi/apps/app/playwright/utils/Login.ts:19:14)
at /__w/growi/growi/apps/app/playwright/auth.setup.ts:8:3
|
apps/app/playwright/23-editor/with-navigation.spec.ts#L85
2) [webkit] › 23-editor/with-navigation.spec.ts:65:5 › Successfully updating the page body ───────
Error: Timed out 7000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.main')
Expected string: "Hello"
Received string: "home/Sandbox/for-115285/page1content_pasteCopy to clipboardAppend paramsPage path/Sandbox/for-115285/page1Page URLhttp://localhost:3000/Sandbox/for-115285/page1Permanent linkhttp://localhost:3000/66a30eebd08a46b85b2804cbPage path and permanent link/Sandbox/for-115285/page1http://localhost:3000/66a30eebd08a46b85b2804cbMarkdown link[/Sandbox/for-115285/page1](http://localhost:3000/66a30eebd08a46b85b2804cb)infoThis page is still being writtenPublish pageCommmentsadd_commentAdd a comment...local_offerlocal_offerTagssubjectPage List1chatComments0"
Call log:
- expect.toContainText with timeout 7000ms
- waiting for locator('.main')
- locator resolved to <div class="main d-edit-none PageViewLayout_page-view-layout__c6O_V flex-expand-vert ps-sidebar">…</div>
- unexpected value "home/Sandbox/for-115285/page1content_pasteCopy to clipboardAppend paramsPage path/Sandbox/for-115285/page1Page URLhttp://localhost:3000/Sandbox/for-115285/page1Permanent linkhttp://localhost:3000/66a30eebd08a46b85b2804cbPage path and permanent link/Sandbox/for-115285/page1http://localhost:3000/66a30eebd08a46b85b2804cbMarkdown link[/Sandbox/for-115285/page1](http://localhost:3000/66a30eebd08a46b85b2804cb)infoThis page is still being writtenPublish pageCommmentsadd_commentAdd a comment...local_offerlocal_offerTagssubjectPage List1chatComments0"
- locator resolved to <div class="main d-edit-none PageViewLayout_page-view-layout__c6O_V flex-expand-vert ps-sidebar">…</div>
- unexpected value "home/Sandbox/for-115285/page1content_pasteCopy to clipboardAppend paramsPage path/Sandbox/for-115285/page1Page URLhttp://localhost:3000/Sandbox/for-115285/page1Permanent linkhttp://localhost:3000/66a30eebd08a46b85b2804cbPage path and permanent link/Sandbox/for-115285/page1http://localhost:3000/66a30eebd08a46b85b2804cbMarkdown link[/Sandbox/for-115285/page1](http://localhost:3000/66a30eebd08a46b85b2804cb)infoThis page is still being writtenPublish pageCommmentsadd_commentAdd a comment...local_offerlocal_offerTagssubjectPage List1chatComments0"
83 | await page.getByTestId('save-page-btn').click();
84 |
> 85 | await expect(page.locator('.main')).toContainText(page1Body);
| ^
86 |
87 | // Duplicate page1
88 | await page.getByTestId('grw-contextual-sub-nav').getByTestId('open-page-item-control-btn').click();
at /__w/growi/growi/apps/app/playwright/23-editor/with-navigation.spec.ts:85:39
|
apps/app/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 16.3s
|
|
|
The logs for this run have expired and are no longer available.
Loading