fix comments and dependency #18
Annotations
7 errors, 2 warnings, and 2 notices
playwright/tests/cfdp.spec.js#L1
1) [chromium] › cfdp.spec.js:29:5 › installs a new plugin ────────────────────────────────────────
Test timeout of 300000ms exceeded while setting up "utils".
|
playwright/tests/fixture.ts#L87
1) [chromium] › cfdp.spec.js:29:5 › installs a new plugin ────────────────────────────────────────
Error: locator.click: Test timeout of 300000ms exceeded.
Call log:
- waiting for locator('.v-app-bar__nav-icon')
at fixture.ts:87
85 | timeout: 20000,
86 | })
> 87 | await page.locator('.v-app-bar__nav-icon').click()
| ^
88 |
89 | // Copyright (c) 2021 Anish Karandikar
90 | await context.addInitScript(() =>
at Object.utils (/home/runner/work/openc3-cosmos-cfdp/openc3-cosmos-cfdp/playwright/tests/fixture.ts:87:48)
|
playwright/tests/cfdp.spec.js#L1
1) [chromium] › cfdp.spec.js:29:5 › installs a new plugin ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded while setting up "utils".
|
playwright/tests/fixture.ts#L87
1) [chromium] › cfdp.spec.js:29:5 › installs a new plugin ────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 300000ms exceeded.
Call log:
- waiting for locator('.v-app-bar__nav-icon')
at fixture.ts:87
85 | timeout: 20000,
86 | })
> 87 | await page.locator('.v-app-bar__nav-icon').click()
| ^
88 |
89 | // Copyright (c) 2021 Anish Karandikar
90 | await context.addInitScript(() =>
at Object.utils (/home/runner/work/openc3-cosmos-cfdp/openc3-cosmos-cfdp/playwright/tests/fixture.ts:87:48)
|
playwright/tests/cfdp.spec.js#L1
1) [chromium] › cfdp.spec.js:29:5 › installs a new plugin ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded while setting up "utils".
|
playwright/tests/fixture.ts#L87
1) [chromium] › cfdp.spec.js:29:5 › installs a new plugin ────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 300000ms exceeded.
Call log:
- waiting for locator('.v-app-bar__nav-icon')
at fixture.ts:87
85 | timeout: 20000,
86 | })
> 87 | await page.locator('.v-app-bar__nav-icon').click()
| ^
88 |
89 | // Copyright (c) 2021 Anish Karandikar
90 | await context.addInitScript(() =>
at Object.utils (/home/runner/work/openc3-cosmos-cfdp/openc3-cosmos-cfdp/playwright/tests/fixture.ts:87:48)
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
|
This job failed
Loading