test: bypass sign in step, faster #5756
Annotations
7 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L28
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="Account 2"')
26 | }) => {
27 | const accountsPage = await context.waitForEvent('page');
> 28 | await accountsPage.locator('text="Account 2"').click({ force: true });
| ^
29 | await testAppPage.page.bringToFront();
30 | await testAppPage.page.click('text=Debugger', {
31 | timeout: 30000,
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:28:54
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L27
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
25 | context,
26 | }) => {
> 27 | const accountsPage = await context.waitForEvent('page');
| ^
28 | await accountsPage.locator('text="Account 2"').click({ force: true });
29 | await testAppPage.page.bringToFront();
30 | await testAppPage.page.click('text=Debugger', {
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:27:42
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L28
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="Account 2"')
26 | }) => {
27 | const accountsPage = await context.waitForEvent('page');
> 28 | await accountsPage.locator('text="Account 2"').click({ force: true });
| ^
29 | await testAppPage.page.bringToFront();
30 | await testAppPage.page.click('text=Debugger', {
31 | timeout: 30000,
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:28:54
|
Run Playwright tests
Process completed with exit code 1.
|
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/.
|
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 failed
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
1 skipped
1 did not run
1 passed (1.7m)
|
The logs for this run have expired and are no longer available.
Loading