Skip to content

fix: Ledger - cancel properly and don't allow user to close non cancellable sections #5595

fix: Ledger - cancel properly and don't allow user to close non cancellable sections

fix: Ledger - cancel properly and don't allow user to close non cancellable sections #5595

Re-run triggered May 15, 2024 05:51
Status Cancelled
Total duration 5m 45s
Artifacts 1

playwright.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

41 errors, 7 warnings, and 6 notices
[chromium] › specs/ledger/ledger.spec.ts:32:9 › App with Ledger › withStacksKeysOnly › stacks address is shown by default: tests/specs/ledger/ledger.spec.ts#L1
1) [chromium] › specs/ledger/ledger.spec.ts:32:9 › App with Ledger › withStacksKeysOnly › stacks address is shown by default Test timeout of 30000ms exceeded.
[chromium] › specs/ledger/ledger.spec.ts:32:9 › App with Ledger › withStacksKeysOnly › stacks address is shown by default: tests/page-object-models/home.page.ts#L56
1) [chromium] › specs/ledger/ledger.spec.ts:32:9 › App with Ledger › withStacksKeysOnly › stacks address is shown by default Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByTestId('receive-crypto-asset-btn') at page-object-models/home.page.ts:56 54 | 55 | async goToReceiveDialog() { > 56 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click(); | ^ 57 | } 58 | 59 | // Open issue with Playwright's ability to copyToClipboard from legacy tests: at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:56:74) at HomePage.getReceiveStxAddress (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:89:16) at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:33:48
[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
2) [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
2) [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/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
3) [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/onboarding.page.ts#L290
3) [chromium] › specs/network/add-network.spec.ts:18:3 › Networks tests › validation error when stacks 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/network/add-network.spec.ts:40:3 › Networks tests › validation error when key is empty: tests/specs/network/add-network.spec.ts#L7
4) [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/onboarding.page.ts#L286
4) [chromium] › specs/network/add-network.spec.ts:40:3 › Networks tests › validation error when key is empty 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/network/add-network.spec.ts:10:7
[chromium] › specs/send/send-btc.spec.ts:87:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo: tests/specs/send/send-btc.spec.ts#L12
1) [chromium] › specs/send/send-btc.spec.ts:87:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | 11 | test.describe('send btc', () => { > 12 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:12:8
[chromium] › specs/send/send-btc.spec.ts:87:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo: tests/page-object-models/onboarding.page.ts#L290
1) [chromium] › specs/send/send-btc.spec.ts:87:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo Error: page.goto: Target page, context or browser has been closed Call log: - navigating to "chrome-extension://ecglnfnhimaihdkpolkogpngodkkjhdm/index.html", waiting until "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-stx.spec.ts:34: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:34: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 | 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:34:3 › send stx: tests on testnet › that empty memo on preview matches default empty value: tests/page-object-models/onboarding.page.ts#L286
2) [chromium] › specs/send/send-stx.spec.ts:34:3 › send stx: tests on testnet › that empty memo on preview matches default empty value 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/send/send-stx.spec.ts:95: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:95: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 | 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/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#L24
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 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/send/send-stx.spec.ts:95:5 › send stx: tests on testnet › send form validation › that the amount must be positive: tests/page-object-models/onboarding.page.ts#L290
3) [chromium] › specs/send/send-stx.spec.ts:95:5 › send stx: tests on testnet › send form validation › that the amount must be positive 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/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/page-object-models/onboarding.page.ts#L296
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: 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-sign-psbt/sign-psbt.spec.ts:26:5
[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#L24
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 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
3) [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-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled: tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L24
4) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled 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/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/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled: tests/page-object-models/onboarding.page.ts#L290
4) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:122:3 › Sign PSBT › that the request to sign can be canceled 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-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided: tests/specs/rpc-sign-psbt/sign-psbt.spec.ts#L24
5) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided 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/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX: tests/page-object-models/onboarding.page.ts#L296
1) [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX 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/fund/fund.spec.ts:8:5
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided: tests/page-object-models/onboarding.page.ts#L290
5) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided 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
Shard 3 of 8
Canceling since a higher priority waiting request for 'Integration tests-refs/pull/5353/merge' exists
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile: tests/specs/profile/profile.spec.ts#L12
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile Test timeout of 30000ms exceeded while running "beforeEach" hook. 10 | let testAppPage: TestAppPage; 11 | > 12 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:12:8
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile: tests/page-object-models/onboarding.page.ts#L296
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile 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/profile/profile.spec.ts:14:5
[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#L12
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 while running "beforeEach" hook. 10 | let testAppPage: TestAppPage; 11 | > 12 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 13 | await globalPage.setupAndUseApiCalls(extensionId); 14 | await onboardingPage.signInWithTestAccount(extensionId); 15 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:12:8
[chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile: tests/page-object-models/onboarding.page.ts#L296
1) [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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/profile/profile.spec.ts:14:5
Shard 3 of 8
Process completed with exit code 1.
Shard 8 of 8
Canceling since a higher priority waiting request for 'Integration tests-refs/pull/5353/merge' exists
Shard 8 of 8
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Shard 8 of 8
The operation was canceled.
Shard 7 of 8
Canceling since a higher priority waiting request for 'Integration tests-refs/pull/5353/merge' exists
Shard 7 of 8
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Shard 7 of 8
The operation was canceled.
Merge reports
Action failed with "The process '/usr/bin/git' failed with exit code 1"
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 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 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 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/.
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/ledger/ledger.spec.ts:32:9 › App with Ledger › withStacksKeysOnly › stacks address is shown by default [chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:5 › Message signing › BIP-322 message signing › Signature approved [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 7 passed (4.2m)
🎭 Playwright Run Summary
9 passed (1.8m)
🎭 Playwright Run Summary
3 flaky [chromium] › specs/send/send-btc.spec.ts:87:5 › send btc › btc send form › that prevents transaction if it contains inscribed utxo [chromium] › specs/send/send-stx.spec.ts:34:3 › send stx: tests on testnet › that empty memo on preview matches default empty value [chromium] › specs/send/send-stx.spec.ts:95:5 › send stx: tests on testnet › send form validation › that the amount must be positive 7 passed (4.7m)
🎭 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 6 passed (1.5m)
🎭 Playwright Run Summary
7 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:122:3 › Sign PSBT › that the request to sign can be canceled [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:139:3 › Sign PSBT › that a failed request occurs if an invalid index is provided [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:32:5 › send btc › btc send form › that recipient input is trimmed correctly 3 passed (6.2m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/profile/profile.spec.ts:19:3 › Profile updating › should show an error for invalid profile 1 skipped 9 passed (3.0m)

Artifacts

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