feat: use monorepo queries #5780
playwright.yml
on: pull_request
Matrix: test
Merge reports
1m 33s
Annotations
51 errors, 15 warnings, and 9 notices
[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/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved:
tests/specs/message-signing/bip322-message-signing.spec.ts#L1
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved
Test timeout of 30000ms exceeded.
|
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved:
tests/specs/message-signing/bip322-message-signing.spec.ts#L23
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved
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:35:37
|
[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
2) [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
2) [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:31:3 › Networks tests › validation error when name is empty:
tests/specs/network/add-network.spec.ts#L7
3) [chromium] › specs/network/add-network.spec.ts:31:3 › Networks tests › validation error when name 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:31:3 › Networks tests › validation error when name is empty:
tests/page-object-models/home.page.ts#L111
3) [chromium] › specs/network/add-network.spec.ts:31:3 › Networks tests › validation error when name 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/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/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-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-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-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/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/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
2) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L62
2) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed
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:90:32
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
3) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast
Test timeout of 30000ms exceeded.
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L62
3) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast
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:106:32
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast:
tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L50
3) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast
Error: page.waitForRequest: Target page, context or browser has been closed
=========================== logs ===========================
waiting for request "**/*"
============================================================
48 | async function interceptBroadcastRequest(context: BrowserContext) {
49 | const popup = await context.waitForEvent('page');
> 50 | const requestPromise = popup.waitForRequest('**/*');
| ^
51 | await popup.route('**/*', async route => await route.abort());
52 | return requestPromise;
53 | }
at interceptBroadcastRequest (/home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:50:34)
|
[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#L1
4) [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.
|
[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#L62
4) [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.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:144:32
|
[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:32:3 › Settings menu › that menu item can lock and unlock the extension:
tests/specs/settings/settings.spec.ts#L1
2) [chromium] › specs/settings/settings.spec.ts:32:3 › Settings menu › that menu item can lock and unlock the extension
Test timeout of 30000ms exceeded.
|
[chromium] › specs/settings/settings.spec.ts:32:3 › Settings menu › that menu item can lock and unlock the extension:
tests/page-object-models/home.page.ts#L111
2) [chromium] › specs/settings/settings.spec.ts:32:3 › Settings menu › that menu item can lock and unlock the extension
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.lock (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:128:16)
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:33:20
|
[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/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/specs/send/send-stx.spec.ts#L18
2) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
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:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value:
tests/page-object-models/home.page.ts#L100
2) [chromium] › specs/send/send-stx.spec.ts:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
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:54:3 › send stx: tests on testnet › that asset value:
tests/specs/send/send-stx.spec.ts#L18
3) [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/send/send-stx.spec.ts:54:3 › send stx: tests on testnet › that asset value:
tests/page-object-models/home.page.ts#L100
3) [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-stx.spec.ts:89:5 › send stx: tests on testnet › send form validation › that the amount must be a number:
tests/specs/send/send-stx.spec.ts#L18
4) [chromium] › specs/send/send-stx.spec.ts:89:5 › send stx: tests on testnet › send form validation › that the amount must be a number
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:89:5 › send stx: tests on testnet › send form validation › that the amount must be a number:
tests/page-object-models/home.page.ts#L100
4) [chromium] › specs/send/send-stx.spec.ts:89:5 › send stx: tests on testnet › send form validation › that the amount must be a number
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:118:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/specs/send/send-stx.spec.ts#L18
5) [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-stx.spec.ts:118:5 › send stx: tests on testnet › send form validation › that the address must be valid:
tests/page-object-models/send.page.ts#L85
5) [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('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:24:5
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L46
1) [chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
44 | test.describe('App initiated STX transfer', () => {
45 | test('that it broadcasts correctly with given fee and amount', async ({ context }) => {
> 46 | const accountsPage = await context.waitForEvent('page');
| ^
47 | await accountsPage.locator('text="Account 1"').click({ force: true });
48 | await testAppPage.page.bringToFront();
49 | await testAppPage.page.click('text=Debugger', {
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:46:42
|
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/specs/transactions/transactions.spec.ts#L1
2) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/specs/transactions/transactions.spec.ts#L28
2) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="Account 2"')
26 | }) => {
27 | const accountsPage = await context.waitForEvent('page');
> 28 | await accountsPage.locator('text="Account 2"').click({ force: true });
| ^
29 | await testAppPage.page.bringToFront();
30 | await testAppPage.page.click('text=Debugger', {
31 | timeout: 30000,
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:28:54
|
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/specs/transactions/transactions.spec.ts#L1
2) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call:
tests/specs/transactions/transactions.spec.ts#L28
2) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="Account 2"')
26 | }) => {
27 | const accountsPage = await context.waitForEvent('page');
> 28 | await accountsPage.locator('text="Account 2"').click({ force: true });
| ^
29 | await testAppPage.page.bringToFront();
30 | await testAppPage.page.click('text=Debugger', {
31 | timeout: 30000,
at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:28:54
|
Shard 10 of 10
Process completed with exit code 1.
|
[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 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 34.7s
|
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 1.1m
|
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 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 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 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 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 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/.
|
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
1 flaky
[chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX
4 skipped
11 passed (1.5m)
|
🎭 Playwright Run Summary
10 passed (1.3m)
|
🎭 Playwright Run Summary
3 flaky
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved
[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:31:3 › Networks tests › validation error when name is empty
5 passed (2.7m)
|
🎭 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.3m)
|
🎭 Playwright Run Summary
4 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
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:88:3 › Sign PSBT › that only requested inputs are signed
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast
[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 passed (3.2m)
|
🎭 Playwright Run Summary
2 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:32:3 › Settings menu › that menu item can lock and unlock the extension
3 passed (2.0m)
|
🎭 Playwright Run Summary
7 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:35:3 › send stx: tests on testnet › that empty memo on preview matches default empty value
[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:89:5 › send stx: tests on testnet › send form validation › that the amount must be a number
[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:125:5 › send stx: tests on testnet › send form validation › that the address cannot be same as sender
[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
8 passed (6.3m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/transactions/transactions.spec.ts:45:5 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
1 flaky
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
1 skipped
1 passed (2.0m)
|
🎭 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
|
125 MB |
|