chore: internal clear storage tool fix #4809
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
tests/specs/profile/profile.spec.ts#L11
1) [chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 | let testAppPage: TestAppPage;
10 |
> 11 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
12 | await globalPage.setupAndUseApiCalls(extensionId);
13 | await onboardingPage.signInWithTestAccount(extensionId);
14 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:11:8
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@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/.
|
Run Playwright tests
1 flaky
[chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details
9 passed (2.4m)
|
Loading