Skip to content

fix: tsconfig update for tokens pkg #5639

fix: tsconfig update for tokens pkg

fix: tsconfig update for tokens pkg #5639

Re-run triggered May 20, 2024 13:10
Status Success
Total duration 7m 1s
Artifacts 1

playwright.yml

on: pull_request
Matrix: test
Merge reports
1m 6s
Merge reports
Fit to window
Zoom out
Zoom in

Annotations

34 errors, 10 warnings, and 8 notices
[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
1) [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/onboarding.page.ts#L290
1) [chromium] › specs/network/add-network.spec.ts:50: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 "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290:23) at /home/runner/work/extension/extension/tests/specs/network/add-network.spec.ts:10:7
[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#L7
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 while running "beforeEach" hook. 5 | test.describe('Message signing', () => 6 | test.describe('BIP-322 message signing', () => { > 7 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => { | ^ 8 | await globalPage.setupAndUseApiCalls(extensionId); 9 | await onboardingPage.signInWithTestAccount(extensionId); 10 | await page.goto('localhost:3000', { waitUntil: 'networkidle' }); at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:7:10
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved: tests/page-object-models/onboarding.page.ts#L286
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 at page-object-models/onboarding.page.ts:286 284 | const isUnlockPage = async () => await this.page.getByText('Enter your password').isVisible(); 285 | while (!(await isUnlockPage())) { > 286 | await this.page.evaluate( | ^ 287 | async walletState => await chrome.storage.local.set({ 'persist:root': walletState }), 288 | testSoftwareAccountDefaultWalletState 289 | ); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:286:23) at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:9:7
[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#L7
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 while running "beforeEach" hook. 5 | test.describe('Message signing', () => 6 | test.describe('BIP-322 message signing', () => { > 7 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, page }) => { | ^ 8 | await globalPage.setupAndUseApiCalls(extensionId); 9 | await onboardingPage.signInWithTestAccount(extensionId); 10 | await page.goto('localhost:3000', { waitUntil: 'networkidle' }); at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:7:10
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:111:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window: tests/specs/rpc-get-addresses/get-addresses.spec.ts#L11
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:111: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:111:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window: tests/page-object-models/onboarding.page.ts#L296
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:111:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window Error: locator.waitFor: Target page, context or browser has been closed Call log: - waiting for locator('text="Account 1"') to be visible at page-object-models/onboarding.page.ts:296 294 | await this.page.getByRole('button', { name: 'Continue' }).click(); 295 | await this.page.waitForURL('**' + RouteUrls.Home); > 296 | await this.page.locator('text="Account 1"').waitFor(); | ^ 297 | } 298 | 299 | /** at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:296:49) at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:13:9
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected: tests/page-object-models/onboarding.page.ts#L290
2) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290:23) at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:9:7
[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#L24
1) [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 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:102:3 › Sign PSBT › that the request can be signed and broadcast: tests/page-object-models/onboarding.page.ts#L290
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290: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#L284
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: locator.isVisible: Target page, context or browser has been closed Call log: - checking visibility of getByText('Enter your password') at page-object-models/onboarding.page.ts:284 282 | */ 283 | async signInWithTestAccount(id: string) { > 284 | const isUnlockPage = async () => await this.page.getByText('Enter your password').isVisible(); | ^ 285 | while (!(await isUnlockPage())) { 286 | await this.page.evaluate( 287 | async walletState => await chrome.storage.local.set({ 'persist:root': walletState }), at isUnlockPage (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:284:87) at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:285:20) at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:16:5
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected: tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts#L14
3) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected 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:107:3 › Transaction signing › Single signature STX transfer being rejected: tests/page-object-models/onboarding.page.ts#L296
3) [chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected Error: locator.waitFor: Target page, context or browser has been closed Call log: - waiting for locator('text="Account 1"') to be visible at page-object-models/onboarding.page.ts:296 294 | await this.page.getByRole('button', { name: 'Continue' }).click(); 295 | await this.page.waitForURL('**' + RouteUrls.Home); > 296 | await this.page.locator('text="Account 1"').waitFor(); | ^ 297 | } 298 | 299 | /** at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:296:49) at /home/runner/work/extension/extension/tests/specs/rpc-stacks-transaction/transaction-signing.spec.ts:16:5
[chromium] › specs/send/send-stx.spec.ts:110:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance: tests/specs/send/send-stx.spec.ts#L18
1) [chromium] › specs/send/send-stx.spec.ts:110:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance 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 | await onboardingPage.signInWithTestAccount(extensionId); 21 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
[chromium] › specs/send/send-stx.spec.ts:110:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance: tests/page-object-models/onboarding.page.ts#L284
1) [chromium] › specs/send/send-stx.spec.ts:110:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance Error: locator.isVisible: Target page, context or browser has been closed Call log: - checking visibility of getByText('Enter your password') at page-object-models/onboarding.page.ts:284 282 | */ 283 | async signInWithTestAccount(id: string) { > 284 | const isUnlockPage = async () => await this.page.getByText('Enter your password').isVisible(); | ^ 285 | while (!(await isUnlockPage())) { 286 | await this.page.evaluate( 287 | async walletState => await chrome.storage.local.set({ 'persist:root': walletState }), at isUnlockPage (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:284:87) at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:285:20) at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:20:5
[chromium] › specs/send/send-stx.spec.ts:132:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted: tests/specs/send/send-stx.spec.ts#L18
2) [chromium] › specs/send/send-stx.spec.ts:132: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 | await onboardingPage.signInWithTestAccount(extensionId); 21 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
[chromium] › specs/send/send-stx.spec.ts:132:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted: tests/page-object-models/onboarding.page.ts#L290
2) [chromium] › specs/send/send-stx.spec.ts:132:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290:23) at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:20:5
[chromium] › specs/send/send-stx.spec.ts:152:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved: tests/specs/send/send-stx.spec.ts#L18
3) [chromium] › specs/send/send-stx.spec.ts:152:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved 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 | await onboardingPage.signInWithTestAccount(extensionId); 21 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
[chromium] › specs/send/send-stx.spec.ts:152:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved: tests/page-object-models/onboarding.page.ts#L290
3) [chromium] › specs/send/send-stx.spec.ts:152:5 › send stx: tests on testnet › send form preview › send form preview: that it shows preview of tx details after validation error is resolved Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290:23) at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:20:5
[chromium] › specs/send/send-stx.spec.ts:180:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L172
4) [chromium] › specs/send/send-stx.spec.ts:180:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name Test timeout of 30000ms exceeded while running "beforeEach" hook. 170 | // Those that can should be migrated to testnet tests 171 | test.describe('send stx: tests on mainnet', () => { > 172 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, homePage, sendPage }) => { | ^ 173 | await globalPage.setupAndUseApiCalls(extensionId); 174 | await onboardingPage.signInWithTestAccount(extensionId); 175 | await homePage.sendButton.click(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:172:8
[chromium] › specs/send/send-stx.spec.ts:180:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name: tests/page-object-models/onboarding.page.ts#L290
4) [chromium] › specs/send/send-stx.spec.ts:180:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290:23) at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:174:5
[chromium] › specs/send/send-btc.spec.ts:44: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:44: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:44:5 › send btc › btc send form › that asset value and recipient on preview match input: tests/page-object-models/onboarding.page.ts#L290
1) [chromium] › specs/send/send-btc.spec.ts:44: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 "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290:23) at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:14:5
[chromium] › specs/send/send-btc.spec.ts:65:5 › send btc › btc send form › that fee value on preview match chosen one: tests/specs/send/send-btc.spec.ts#L12
2) [chromium] › specs/send/send-btc.spec.ts:65: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:65:5 › send btc › btc send form › that fee value on preview match chosen one: tests/page-object-models/onboarding.page.ts#L296
2) [chromium] › specs/send/send-btc.spec.ts:65:5 › send btc › btc send form › that fee value on preview match chosen one Error: locator.waitFor: Target page, context or browser has been closed Call log: - waiting for locator('text="Account 1"') to be visible at page-object-models/onboarding.page.ts:296 294 | await this.page.getByRole('button', { name: 'Continue' }).click(); 295 | await this.page.waitForURL('**' + RouteUrls.Home); > 296 | await this.page.locator('text="Account 1"').waitFor(); | ^ 297 | } 298 | 299 | /** at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:296:49) at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:14:5
[chromium] › specs/send/send-stx.spec.ts:26:3 › send stx: tests on testnet › that send max button sets available balance minus fee: tests/specs/send/send-stx.spec.ts#L18
3) [chromium] › specs/send/send-stx.spec.ts:26: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 | await onboardingPage.signInWithTestAccount(extensionId); 21 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:18:8
[chromium] › specs/send/send-stx.spec.ts:26:3 › send stx: tests on testnet › that send max button sets available balance minus fee: tests/page-object-models/onboarding.page.ts#L286
3) [chromium] › specs/send/send-stx.spec.ts:26:3 › send stx: tests on testnet › that send max button sets available balance minus fee Error: page.evaluate: Target page, context or browser has been closed at page-object-models/onboarding.page.ts:286 284 | const isUnlockPage = async () => await this.page.getByText('Enter your password').isVisible(); 285 | while (!(await isUnlockPage())) { > 286 | await this.page.evaluate( | ^ 287 | async walletState => await chrome.storage.local.set({ 'persist:root': walletState }), 288 | testSoftwareAccountDefaultWalletState 289 | ); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:286:23) at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:20: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 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#L290
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 "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290: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#L290
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 "load" at page-object-models/onboarding.page.ts:290 288 | testSoftwareAccountDefaultWalletState 289 | ); > 290 | await this.page.goto(`chrome-extension://${id}/index.html`); | ^ 291 | } 292 | await test.expect(this.page.getByText('Enter your password')).toBeVisible(); 293 | await this.page.getByRole('textbox').fill(TEST_PASSWORD); at OnboardingPage.signInWithTestAccount (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:290:23) at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:10:5
[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
3) [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#L27
3) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call Error: browserContext.waitForEvent: Target page, context or browser has been closed 25 | context, 26 | }) => { > 27 | const accountsPage = await context.waitForEvent('page'); | ^ 28 | await accountsPage.locator('text="Account 2"').click({ force: true }); 29 | await testAppPage.page.bringToFront(); 30 | await testAppPage.page.click('text=Debugger', { at /home/runner/work/extension/extension/tests/specs/transactions/transactions.spec.ts:27:42
Shard 1 of 8
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 3 of 8
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 8
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 8
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 8
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 8
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 8
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 8
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/.
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 skipped 6 passed (1.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/network/add-network.spec.ts:50:3 › Networks tests › validation error when bitcoin api url is empty 9 passed (2.7m)
🎭 Playwright Run Summary
2 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 8 passed (2.5m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:111:7 › Rpc: GetAddresses › softwareWallet › the promise rejects when user closes popup window 9 passed (3.0m)
🎭 Playwright Run Summary
3 flaky [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:102:3 › Sign PSBT › that the request can be signed and broadcast [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/rpc-stacks-transaction/transaction-signing.spec.ts:107:3 › Transaction signing › Single signature STX transfer being rejected 7 passed (3.9m)
🎭 Playwright Run Summary
4 flaky [chromium] › specs/send/send-stx.spec.ts:110:5 › send stx: tests on testnet › send form validation › that the amount is greater than the available balance [chromium] › specs/send/send-stx.spec.ts:132:5 › send stx: tests on testnet › send form validation › that valid addresses are accepted [chromium] › specs/send/send-stx.spec.ts:152: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:180:5 › send stx: tests on mainnet › send form input fields › that recipient address matches bns name 6 passed (5.0m)
🎭 Playwright Run Summary
3 flaky [chromium] › specs/send/send-btc.spec.ts:44:5 › send btc › btc send form › that asset value and recipient on preview match input [chromium] › specs/send/send-btc.spec.ts:65:5 › send btc › btc send form › that fee value on preview match chosen one [chromium] › specs/send/send-stx.spec.ts:26:3 › send stx: tests on testnet › that send max button sets available balance minus fee 7 passed (4.7m)
🎭 Playwright Run Summary
3 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 [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 6 passed (4.1m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
95.6 MB