fix: inconsistent typing with txValue #5807
Annotations
43 errors, 16 warnings, and 9 notices
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected:
tests/specs/message-signing/bip322-message-signing.spec.ts#L1
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected
Test timeout of 30000ms exceeded.
|
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected:
tests/specs/message-signing/bip322-message-signing.spec.ts#L23
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected
Error: page.evaluate: Target page, context or browser has been closed
21 | function initiateMessageSigning(page: Page) {
22 | return async (message: string) =>
> 23 | page.evaluate(
| ^
24 | async message =>
25 | (window as any).LeatherProvider.request('signMessage', {
26 | message,
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:23:14
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:55:37
|
[chromium] › specs/network/add-network.spec.ts:18:3 › Networks tests › validation error when stacks api url is empty:
tests/specs/network/add-network.spec.ts#L7
2) [chromium] › specs/network/add-network.spec.ts:18:3 › Networks tests › validation error when stacks 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:18:3 › Networks tests › validation error when stacks api url is empty:
tests/page-object-models/home.page.ts#L111
2) [chromium] › specs/network/add-network.spec.ts:18:3 › Networks tests › validation error when stacks api url is empty
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:111
109 |
110 | async clickSettingsButton() {
> 111 | await this.settingsButton.click();
| ^
112 | }
113 |
114 | async goToSecretKey() {
at HomePage.clickSettingsButton (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:111:31)
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:11:22
|
[chromium] › specs/network/add-network.spec.ts:40:3 › Networks tests › validation error when key is empty:
tests/specs/network/add-network.spec.ts#L7
3) [chromium] › specs/network/add-network.spec.ts:40:3 › Networks tests › validation error when key 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:40:3 › Networks tests › validation error when key is empty:
tests/page-object-models/home.page.ts#L111
3) [chromium] › specs/network/add-network.spec.ts:40:3 › Networks tests › validation error when key is empty
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:111
109 |
110 | async clickSettingsButton() {
> 111 | await this.settingsButton.click();
| ^
112 | }
113 |
114 | async goToSecretKey() {
at HomePage.clickSettingsButton (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:111:31)
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:11:22
|
[chromium] › specs/network/add-network.spec.ts:50:3 › Networks tests › validation error when bitcoin api url is empty:
tests/specs/network/add-network.spec.ts#L7
4) [chromium] › specs/network/add-network.spec.ts:50: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:50:3 › Networks tests › validation error when bitcoin api url is empty:
tests/page-object-models/home.page.ts#L111
4) [chromium] › specs/network/add-network.spec.ts:50:3 › Networks tests › validation error when bitcoin api url is empty
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:111
109 |
110 | async clickSettingsButton() {
> 111 | await this.settingsButton.click();
| ^
112 | }
113 |
114 | async goToSecretKey() {
at HomePage.clickSettingsButton (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:111:31)
at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:11:22
|
[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/home.page.ts#L133
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('fund-account-btn')
at page-object-models/home.page.ts:133
131 |
132 | async goToFundChooseCurrencyPage() {
> 133 | await this.fundAccountBtn.click();
| ^
134 | }
135 | }
136 |
at HomePage.goToFundChooseCurrencyPage (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:133:31)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:9:20
|
[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/home.page.ts#L133
2) [chromium] › specs/fund/fund.spec.ts:33:3 › Buy tokens test › should redirect to provider URL while funding BTC
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('fund-account-btn')
at page-object-models/home.page.ts:133
131 |
132 | async goToFundChooseCurrencyPage() {
> 133 | await this.fundAccountBtn.click();
| ^
134 | }
135 | }
136 |
at HomePage.goToFundChooseCurrencyPage (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:133:31)
at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:9:20
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L62
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index
Error: page.evaluate: Target page, context or browser has been closed
60 | function initiatePsbtSigning(page: Page) {
61 | return async (params: SignPsbtRequestParams & { broadcast?: boolean }) =>
> 62 | page.evaluate(
| ^
63 | async params =>
64 | (window as any).LeatherProvider.request('signPsbt', {
65 | ...params,
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:62:12
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:76:32
|
[chromium] › specs/send/send-stx.spec.ts:27:3 › send stx: tests on testnet › that send max button sets available balance minus fee:
tests/specs/send/send-stx.spec.ts#L18
1) [chromium] › specs/send/send-stx.spec.ts:27:3 › send stx: tests on testnet › that send max button sets available balance minus fee
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:27:3 › send stx: tests on testnet › that send max button sets available balance minus fee:
tests/page-object-models/home.page.ts#L100
1) [chromium] › specs/send/send-stx.spec.ts:27:3 › send stx: tests on testnet › that send max button sets available balance minus fee
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[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#L1
1) [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.
|
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/specs/send/send-stx.spec.ts#L18
2) [chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18: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/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L38
1) [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.evaluate: Target page, context or browser has been closed
36 | function initiateTxSigning(page: Page) {
37 | return async (txHex: string) =>
> 38 | page.evaluate(
| ^
39 | async txHex =>
40 | (window as any).LeatherProvider.request('stx_signTransaction', {
41 | txHex,
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:38:12
at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:63:30
|
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/page-object-models/home.page.ts#L100
2) [chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed:
tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
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:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed:
tests/page-object-models/home.page.ts#L100
2) [chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:15:20
|
[chromium] › specs/send/send-stx.spec.ts:96:5 › send stx: tests on testnet › send form validation › that the amount must be positive:
tests/specs/send/send-stx.spec.ts#L18
3) [chromium] › specs/send/send-stx.spec.ts:96:5 › send stx: tests on testnet › send form validation › that the amount must be positive
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:96:5 › send stx: tests on testnet › send form validation › that the amount must be positive:
tests/page-object-models/home.page.ts#L100
3) [chromium] › specs/send/send-stx.spec.ts:96:5 › send stx: tests on testnet › send form validation › that the amount must be positive
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[chromium] › specs/send/send-btc.spec.ts:66:5 › send btc › btc send form › that fee value on preview match chosen one:
tests/specs/send/send-btc.spec.ts#L12
3) [chromium] › specs/send/send-btc.spec.ts:66:5 › send btc › btc send form › that fee value on preview match chosen one
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-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/specs/send/send-stx.spec.ts#L18
4) [chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-btc.spec.ts:66:5 › send btc › btc send form › that fee value on preview match chosen one:
tests/page-object-models/home.page.ts#L100
3) [chromium] › specs/send/send-btc.spec.ts:66:5 › send btc › btc send form › that fee value on preview match chosen one
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:15:20
|
[chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/page-object-models/home.page.ts#L100
4) [chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted:
tests/specs/send/send-stx.spec.ts#L18
5) [chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 |
17 | test.describe('send stx: tests on testnet', () => {
> 18 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
19 | await globalPage.setupAndUseApiCalls(extensionId);
20 |
21 | await onboardingPage.signInWithTestAccount(extensionId);
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
|
[chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted:
tests/page-object-models/home.page.ts#L100
5) [chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:100
98 |
99 | async selectTestnet() {
> 100 | await this.page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
101 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
102 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
103 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:100:68)
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:22:20
|
[chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page:
tests/specs/settings/settings.spec.ts#L1
1) [chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page
Test timeout of 30000ms exceeded.
|
[chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page:
tests/specs/settings/settings.spec.ts#L14
1) [chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
12 |
13 | test('that menu item takes user to support page', async ({ page }) => {
> 14 | await page.getByTestId(SettingsSelectors.SettingsMenuBtn).click();
| ^
15 |
16 | const [supportPage] = await Promise.all([
17 | page.waitForEvent('popup'),
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:14:63
|
[chromium] › specs/settings/settings.spec.ts:26:3 › Settings menu › that menu item can perform sign out:
tests/specs/settings/settings.spec.ts#L1
2) [chromium] › specs/settings/settings.spec.ts:26:3 › Settings menu › that menu item can perform sign out
Test timeout of 30000ms exceeded.
|
[chromium] › specs/settings/settings.spec.ts:26:3 › Settings menu › that menu item can perform sign out:
tests/page-object-models/home.page.ts#L111
2) [chromium] › specs/settings/settings.spec.ts:26:3 › Settings menu › that menu item can perform sign out
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:111
109 |
110 | async clickSettingsButton() {
> 111 | await this.settingsButton.click();
| ^
112 | }
113 |
114 | async goToSecretKey() {
at HomePage.clickSettingsButton (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:111:31)
at HomePage.signOut (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:120:16)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:27:20
|
[chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings.spec.ts#L1
3) [chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks
Test timeout of 30000ms exceeded.
|
[chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks:
tests/page-object-models/home.page.ts#L111
3) [chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('settings-menu-trigger')
at page-object-models/home.page.ts:111
109 |
110 | async clickSettingsButton() {
> 111 | await this.settingsButton.click();
| ^
112 | }
113 |
114 | async goToSecretKey() {
at HomePage.clickSettingsButton (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:111:31)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:64:20
|
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile:
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.
|
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile:
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
|
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile:
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile:
tests/specs/profile/profile.spec.ts#L20
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
18 |
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', {
at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:20:40
|
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile:
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile:
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
|
Shard 4 of 10
Process completed with exit code 1.
|
Shard 3 of 10
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/.
|
Shard 1 of 10
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/.
|
Slow Test:
[chromium] › specs/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 42.5s
|
Shard 2 of 10
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/.
|
Shard 6 of 10
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/.
|
Shard 8 of 10
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/.
|
Shard 7 of 10
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/.
|
Shard 10 of 10
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/.
|
Slow Test:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 24.1s
|
Shard 9 of 10
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/.
|
Shard 5 of 10
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/.
|
Slow Test:
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 50.0s
|
Shard 4 of 10
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/.
|
Slow Test:
[chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.0m
|
Merge reports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
4 flaky
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected
[chromium] › specs/network/add-network.spec.ts:18:3 › Networks tests › validation error when stacks api url is empty
[chromium] › specs/network/add-network.spec.ts:40:3 › Networks tests › validation error when key is empty
[chromium] › specs/network/add-network.spec.ts:50:3 › Networks tests › validation error when bitcoin api url is empty
4 passed (3.4m)
|
🎭 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
4 skipped
10 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:71:3 › Sign PSBT › that all inputs are signed even if the number of inputs is greater than vout index
4 passed (1.4m)
|
🎭 Playwright Run Summary
3 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
[chromium] › specs/send/send-btc.spec.ts:22:5 › send btc › btc send form › that it shows preview of tx details to be confirmed
[chromium] › specs/send/send-btc.spec.ts:66:5 › send btc › btc send form › that fee value on preview match chosen one
5 passed (3.1m)
|
🎭 Playwright Run Summary
9 flaky
[chromium] › specs/send/send-stx.spec.ts:27:3 › send stx: tests on testnet › that send max button sets available balance minus fee
[chromium] › specs/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value, recipient, memo and fees on preview match input
[chromium] › specs/send/send-stx.spec.ts:96:5 › send stx: tests on testnet › send form validation › that the amount must be positive
[chromium] › specs/send/send-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid
[chromium] › specs/send/send-stx.spec.ts:133:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted
[chromium] › specs/send/send-stx.spec.ts:153:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved
[chromium] › specs/send/send-stx.spec.ts:181:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name
[chromium] › specs/send/send-stx.spec.ts:196:5 › send stx: tests on mainnet › send form input fields › that fee row defaults to middle fee estimation
[chromium] › specs/send/send-stx.spec.ts:206:5 › send stx: tests on mainnet › send form input fields › that low fee estimate can be selected
6 passed (7.6m)
|
🎭 Playwright Run Summary
1 skipped
3 passed (34.9s)
|
🎭 Playwright Run Summary
3 flaky
[chromium] › specs/settings/settings.spec.ts:13:3 › Settings menu › that menu item takes user to support page
[chromium] › specs/settings/settings.spec.ts:26:3 › Settings menu › that menu item can perform sign out
[chromium] › specs/settings/settings.spec.ts:63:3 › Settings menu › that menu item allows changing networks
2 passed (2.5m)
|
🎭 Playwright Run Summary
10 passed (1.2m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile
1 did not run
7 passed (2.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
121 MB |
|