feat: migrate legacy auth request to approver ux #7219
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:54:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L61
1) [chromium] › specs/transactions/transactions.spec.ts:54:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Error: page.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text=Debugger')
59 | await accountsPage.getByRole('button').getByText('Confirm').click({ force: true });
60 | await testAppPage.page.bringToFront();
> 61 | await testAppPage.page.click('text=Debugger', {
| ^
62 | timeout: 30000,
63 | });
64 | await accountsPage.close();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:61:30
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:54:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L61
1) [chromium] › specs/transactions/transactions.spec.ts:54:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text=Debugger')
59 | await accountsPage.getByRole('button').getByText('Confirm').click({ force: true });
60 | await testAppPage.page.bringToFront();
> 61 | await testAppPage.page.click('text=Debugger', {
| ^
62 | timeout: 30000,
63 | });
64 | await accountsPage.close();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:61:30
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:54:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/transactions/transactions.spec.ts#L61
1) [chromium] › specs/transactions/transactions.spec.ts:54:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text=Debugger')
59 | await accountsPage.getByRole('button').getByText('Confirm').click({ force: true });
60 | await testAppPage.page.bringToFront();
> 61 | await testAppPage.page.click('text=Debugger', {
| ^
62 | timeout: 30000,
63 | });
64 | await accountsPage.close();
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:61:30
|
Run Playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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:54:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
1 skipped
2 passed (2.5m)
|
Loading