chore(deps-dev): bump @leather.io/rpc from 2.1.1 to 2.1.2 #6449
playwright.yml
on: pull_request
Matrix: test
Merge reports
19s
Annotations
60 errors, 16 warnings, and 9 notices
[chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/specs/transactions/transactions.spec.ts#L13
1) [chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
11 | let testAppPage: TestAppPage;
12 |
> 13 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
14 | await globalPage.setupAndUseApiCalls(extensionId);
15 | await onboardingPage.signInWithTestAccount(extensionId);
16 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:13:8
|
[chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:15:5
|
[chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L13
2) [chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Test timeout of 30000ms exceeded while running "beforeEach" hook.
11 | let testAppPage: TestAppPage;
12 |
> 13 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => {
| ^
14 | await globalPage.setupAndUseApiCalls(extensionId);
15 | await onboardingPage.signInWithTestAccount(extensionId);
16 | testAppPage = await TestAppPage.openDemoPage(context);
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:13:8
|
[chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:15:5
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L24
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('Sign PSBT', () => {
> 24 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
25 | await globalPage.setupAndUseApiCalls(extensionId);
26 | await onboardingPage.signInWithTestAccount(extensionId);
27 | await page.goto('localhost:3000');
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:24:8
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:26:5
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L24
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('Sign PSBT', () => {
> 24 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
25 | await globalPage.setupAndUseApiCalls(extensionId);
26 | await onboardingPage.signInWithTestAccount(extensionId);
27 | await page.goto('localhost:3000');
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:24:8
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:26:5
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L24
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
22 |
23 | test.describe('Sign PSBT', () => {
> 24 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
25 | await globalPage.setupAndUseApiCalls(extensionId);
26 | await onboardingPage.signInWithTestAccount(extensionId);
27 | await page.goto('localhost:3000');
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:24:8
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:26:5
|
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer:
tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L14
2) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer
Test timeout of 30000ms exceeded while running "beforeEach" hook.
12 |
13 | test.describe('Transaction signing', () => {
> 14 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => {
| ^
15 | await globalPage.setupAndUseApiCalls(extensionId);
16 | await onboardingPage.signInWithTestAccount(extensionId);
17 | await page.goto('localhost:3000', { waitUntil: 'networkidle' });
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:14:8
|
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer:
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:16:5
|
Shard 6 of 10
Process completed with exit code 1.
|
[chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/specs/settings/settings.spec.ts#L8
1) [chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Test timeout of 30000ms exceeded while running "beforeEach" hook.
6 |
7 | test.describe('Settings menu', () => {
> 8 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
9 | await globalPage.setupAndUseApiCalls(extensionId);
10 | await onboardingPage.signInWithTestAccount(extensionId);
11 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:8:8
|
[chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:10:5
|
[chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/specs/settings/settings.spec.ts#L8
1) [chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
6 |
7 | test.describe('Settings menu', () => {
> 8 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
9 | await globalPage.setupAndUseApiCalls(extensionId);
10 | await onboardingPage.signInWithTestAccount(extensionId);
11 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:8:8
|
[chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:10:5
|
[chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings.spec.ts#L8
2) [chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks
Test timeout of 30000ms exceeded while running "beforeEach" hook.
6 |
7 | test.describe('Settings menu', () => {
> 8 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
9 | await globalPage.setupAndUseApiCalls(extensionId);
10 | await onboardingPage.signInWithTestAccount(extensionId);
11 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:8:8
|
[chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks:
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:10:5
|
[chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings.spec.ts#L8
2) [chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
6 |
7 | test.describe('Settings menu', () => {
> 8 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage }) => {
| ^
9 | await globalPage.setupAndUseApiCalls(extensionId);
10 | await onboardingPage.signInWithTestAccount(extensionId);
11 | });
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:8:8
|
[chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks:
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:10:5
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/specs/fund/fund.spec.ts#L6
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:8:5
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/specs/fund/fund.spec.ts#L6
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:8:5
|
[chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC:
tests/specs/fund/fund.spec.ts#L6
2) [chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC
Test timeout of 30000ms exceeded while running "beforeEach" hook.
4 |
5 | test.describe('Buy tokens test', () => {
> 6 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage }) => {
| ^
7 | await globalPage.setupAndUseApiCalls(extensionId);
8 | await onboardingPage.signInWithTestAccount(extensionId);
9 | await homePage.goToFundChooseCurrencyPage();
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:6:8
|
[chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC:
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:8:5
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets:
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L11
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 | function softwareBeforeEach() {
10 | return () =>
> 11 | test.beforeEach(
| ^
12 | async ({ extensionId, onboardingPage }) =>
13 | await onboardingPage.signInWithTestAccount(extensionId)
14 | );
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:11:10
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully:
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:13:9
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L11
3) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 | function softwareBeforeEach() {
10 | return () =>
> 11 | test.beforeEach(
| ^
12 | async ({ extensionId, onboardingPage }) =>
13 | await onboardingPage.signInWithTestAccount(extensionId)
14 | );
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:11:10
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window:
tests/page-object-models/onboarding.page.ts#L313
3) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:13:9
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L11
3) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 | function softwareBeforeEach() {
10 | return () =>
> 11 | test.beforeEach(
| ^
12 | async ({ extensionId, onboardingPage }) =>
13 | await onboardingPage.signInWithTestAccount(extensionId)
14 | );
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:11:10
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window:
tests/page-object-models/onboarding.page.ts#L313
3) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:13:9
|
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise resolves with addresses successfully:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L71
4) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise resolves with addresses successfully
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Connect Leather')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Connect Leather')
69 | async function clickConnectLeatherButton(popup: Page) {
70 | const button = popup.getByText('Connect Leather');
> 71 | await test.expect(button).toBeVisible();
| ^
72 | await button.click();
73 | }
74 |
at clickConnectLeatherButton (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:71:29)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:108:15
|
[chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty:
tests/specs/network/add-network.spec.ts#L7
1) [chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe('Networks tests', () => {
> 7 | test.beforeEach(
| ^
8 | async ({ extensionId, globalPage, onboardingPage, homePage, networkPage, page }) => {
9 | await globalPage.setupAndUseApiCalls(extensionId);
10 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:7:8
|
[chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:10:7
|
[chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty:
tests/specs/network/add-network.spec.ts#L7
1) [chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe('Networks tests', () => {
> 7 | test.beforeEach(
| ^
8 | async ({ extensionId, globalPage, onboardingPage, homePage, networkPage, page }) => {
9 | await globalPage.setupAndUseApiCalls(extensionId);
10 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:7:8
|
[chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:10:7
|
[chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty:
tests/specs/network/add-network.spec.ts#L7
1) [chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
5 |
6 | test.describe('Networks tests', () => {
> 7 | test.beforeEach(
| ^
8 | async ({ extensionId, globalPage, onboardingPage, homePage, networkPage, page }) => {
9 | await globalPage.setupAndUseApiCalls(extensionId);
10 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:7:8
|
[chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:10:7
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in:
tests/page-object-models/onboarding.page.ts#L271
2) [chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:19:5
|
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address:
tests/page-object-models/onboarding.page.ts#L271
3) [chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:80:7
|
[chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input:
tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
[chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:14:5
|
[chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input:
tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
[chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input:
tests/page-object-models/onboarding.page.ts#L313
1) [chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:14:5
|
[chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo:
tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
[chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo:
tests/page-object-models/onboarding.page.ts#L313
2) [chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "networkidle"
at page-object-models/onboarding.page.ts:313
311 | );
312 |
> 313 | await this.page.goto(`chrome-extension://${id}/index.html`, { waitUntil: 'networkidle' });
| ^
314 |
315 | iterationCounter.increment();
316 | } while (!(await isSignedIn()));
at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:313:23)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:14:5
|
[chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo:
tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
10 |
11 | test.describe('send btc', () => {
> 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
13 | await globalPage.setupAndUseApiCalls(extensionId);
14 | await onboardingPage.signInWithTestAccount(extensionId);
15 | await homePage.selectTestnet();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
|
[chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo:
tests/page-object-models/home.page.ts#L103
2) [chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('testnet')
- locator resolved to <button type="button" data-testid="testnet" aria-disable…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at page-object-models/home.page.ts:103
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
104 | }
105 |
106 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:103:79)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:15:5
|
[chromium] › specs/send/send-stx.spec.ts:149:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender:
tests/specs/send/send-stx.spec.ts#L20
3) [chromium] › specs/send/send-stx.spec.ts:149:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender
Test timeout of 30000ms exceeded while running "beforeEach" hook.
18 |
19 | test.describe('send stx: tests on testnet', () => {
> 20 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
21 | await globalPage.setupAndUseApiCalls(extensionId);
22 |
23 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:20:8
|
[chromium] › specs/send/send-stx.spec.ts:149:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender:
tests/page-object-models/send.page.ts#L85
3) [chromium] › specs/send/send-stx.spec.ts:149:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('crypto-asset-list-item-stx')
at page-object-models/send.page.ts:85
83 | await this.page
84 | .getByTestId(CryptoAssetSelectors.CryptoAssetListItem.replace('{symbol}', 'stx'))
> 85 | .click();
| ^
86 | await this.page.waitForURL('**' + `${RouteUrls.SendCryptoAsset}/stx`);
87 | await this.page.getByTestId(SendCryptoAssetSelectors.SendForm).waitFor();
88 | }
at SendPage.selectStxAndGoToSendForm (/home/runner/work/extension/extension/tests/page-object-models/send.page.ts:85:8)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:26:5
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Merge reports
Action failed with "not found deploy key or tokens"
|
Merge reports
Process returned exit code 1
Launched as "/home/runner/runners/2.317.0/externals/node20/bin/node /home/runner/work/_actions/Wandalen/wretry.action/v3.5.0_js_action/src/Runner.mjs /home/runner/work/_actions/Wandalen/actions-gh-pages/lib/index.js"
Launched at "/home/runner/work/extension/extension"
Attempts exhausted, made 2 attempts :
Attempt #1 started at : 15:21:54 GMT+0000 (Coordinated Universal Time)
Attempt #2 started at : 15:21:54 GMT+0000 (Coordinated Universal Time)
|
Shard 8 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 2 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 16.8s
|
Shard 4 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 25.6s
|
Shard 10 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 6 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 9 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 1 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 45.8s
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 25.3s
|
Shard 5 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 3 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 7 of 10
The following actions uses Node.js version which is deprecated and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Merge reports
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
🎭 Playwright Run Summary
2 passed (20.5s)
|
🎭 Playwright Run Summary
2 passed (29.5s)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/transactions/transactions.spec.ts:23:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
[chromium] › specs/transactions/transactions.spec.ts:47:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
1 skipped
1 passed (1.8m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided
1 flaky
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:48:3 › Transaction signing › that transaction details are the same after signing multi-signature STX transfer
5 passed (3.0m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/settings/settings.spec.ts:46:3 › Settings menu › that menu item allows viewing and saving secret key to clipboard
[chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks
3 passed (3.0m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
[chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC
14 passed (3.1m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
3 flaky
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › softwareWallet › the promise resolves with addresses successfully
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise resolves with addresses successfully
6 passed (3.5m)
|
🎭 Playwright Run Summary
5 failed
[chromium] › specs/network/add-network.spec.ts:59:3 › Networks tests › validation error when bitcoin api url is empty
[chromium] › specs/onboarding/onboarding.spec.ts:12:3 › Onboarding an existing user › going through the onboarding flow to sign in
[chromium] › specs/onboarding/onboarding.spec.ts:84:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Native Segwit address
[chromium] › specs/onboarding/onboarding.spec.ts:89:7 › Onboarding an existing user › Address generation › Bitcoin › that the wallet generates the correct Taproot address
[chromium] › specs/onboarding/onboarding.spec.ts:96:7 › Onboarding an existing user › Address generation › Stacks › that restoring a wallet generates the correct stacks address
1 flaky
[chromium] › specs/network/add-network.spec.ts:71:3 › Networks tests › unable to fetch info from stacks node
8 passed (4.6m)
|
🎭 Playwright Run Summary
3 flaky
[chromium] › specs/send/send-btc.spec.ts:45:5 › send btc › btc send form › that asset value and recipient on preview match input
[chromium] › specs/send/send-btc.spec.ts:88:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo
[chromium] › specs/send/send-stx.spec.ts:149:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender
19 passed (5.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
24 MB |
|