test: bypass sign in step, faster #5756
Annotations
2 errors, 3 warnings, and 1 notice
Run Playwright tests:
tests/specs/profile/profile.spec.ts#L1
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/profile/profile.spec.ts#L21
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="Account 1"')
19 | test('should show an error for invalid profile', async ({ context }) => {
20 | const accountsPage = await context.waitForEvent('page');
> 21 | await accountsPage.locator('text="Account 1"').click({ force: true });
| ^
22 | await testAppPage.page.bringToFront();
23 | await testAppPage.page.click('text=Profile', {
24 | timeout: 30000,
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:21:52
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, 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:
[chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.1m
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
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/
|
Run Playwright tests
1 flaky
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
8 passed (2.1m)
|
The logs for this run have expired and are no longer available.
Loading