Skip to content

chore: post-release merge back #4017

chore: post-release merge back

chore: post-release merge back #4017

Triggered via push December 14, 2023 15:43
Status Failure
Total duration 9m 38s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

playwright.yml

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

Annotations

11 errors and 7 notices
[chromium] › specs/fund/fund.spec.ts:33:7 › Buy tokens test › should redirect to provider URL while funding BTC: tests/specs/fund/fund.spec.ts#L38
1) [chromium] › specs/fund/fund.spec.ts:33:7 › Buy tokens test › should redirect to provider URL while funding BTC Error: Timed out 5000ms waiting for expect(locator).not.toHaveCount(expected) Locator: getByTestId('fiat-provider-name') Expected: not 0 Received: 0 Call log: - expect.not.toHaveCount with timeout 5000ms - waiting for getByTestId('fiat-provider-name') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" 36 | }) => { 37 | await fundChooseCurrencyPage.goToFundBtcPage(); > 38 | await test.expect(page.getByTestId(FundPageSelectors.FiatProviderName)).not.toHaveCount(0); | ^ 39 | 40 | const providerNames = await page.getByTestId(FundPageSelectors.FiatProviderName).all(); 41 | const name = await providerNames[0].innerText(); at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:38:81
[chromium] › specs/fund/fund.spec.ts:33:7 › Buy tokens test › should redirect to provider URL while funding BTC: tests/specs/fund/fund.spec.ts#L38
1) [chromium] › specs/fund/fund.spec.ts:33:7 › Buy tokens test › should redirect to provider URL while funding BTC Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toHaveCount(expected) Locator: getByTestId('fiat-provider-name') Expected: not 0 Received: 0 Call log: - expect.not.toHaveCount with timeout 5000ms - waiting for getByTestId('fiat-provider-name') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" 36 | }) => { 37 | await fundChooseCurrencyPage.goToFundBtcPage(); > 38 | await test.expect(page.getByTestId(FundPageSelectors.FiatProviderName)).not.toHaveCount(0); | ^ 39 | 40 | const providerNames = await page.getByTestId(FundPageSelectors.FiatProviderName).all(); 41 | const name = await providerNames[0].innerText(); at /home/runner/work/extension/extension/tests/specs/fund/fund.spec.ts:38:81
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details: tests/specs/profile/profile.spec.ts#L25
1) [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details Test timeout of 30000ms exceeded while running "beforeEach" hook. 23 | } 24 | > 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 26 | await globalPage.setupAndUseApiCalls(extensionId); 27 | await onboardingPage.signInWithTestAccount(extensionId); 28 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details: tests/specs/profile/profile.spec.ts#L25
1) [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 23 | } 24 | > 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 26 | await globalPage.setupAndUseApiCalls(extensionId); 27 | await onboardingPage.signInWithTestAccount(extensionId); 28 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
[chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details: tests/specs/profile/profile.spec.ts#L25
1) [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 23 | } 24 | > 25 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 26 | await globalPage.setupAndUseApiCalls(extensionId); 27 | await onboardingPage.signInWithTestAccount(extensionId); 28 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:25:8
Shard 3 of 8
Process completed with exit code 1.
[chromium] › specs/store-migrations/store-migrations.spec.ts:15:9 › Store migrations › Migration 0 --> 2 › that the app detects old store format: tests/specs/store-migrations/store-migrations.spec.ts#L1
1) [chromium] › specs/store-migrations/store-migrations.spec.ts:15:9 › Store migrations › Migration 0 --> 2 › that the app detects old store format Test timeout of 30000ms exceeded.
[chromium] › specs/store-migrations/store-migrations.spec.ts:15:9 › Store migrations › Migration 0 --> 2 › that the app detects old store format: tests/specs/store-migrations/store-migrations.spec.ts#L1
1) [chromium] › specs/store-migrations/store-migrations.spec.ts:15:9 › Store migrations › Migration 0 --> 2 › that the app detects old store format Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/store-migrations/store-migrations.spec.ts:15:9 › Store migrations › Migration 0 --> 2 › that the app detects old store format: tests/specs/store-migrations/store-migrations.spec.ts#L1
1) [chromium] › specs/store-migrations/store-migrations.spec.ts:15:9 › Store migrations › Migration 0 --> 2 › that the app detects old store format Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount: tests/specs/transactions/transactions.spec.ts#L1
2) [chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount Test timeout of 30000ms exceeded.
Shard 8 of 8
Process completed with exit code 1.
🎭 Playwright Run Summary
1 flaky [chromium] › specs/fund/fund.spec.ts:33:7 › Buy tokens test › should redirect to provider URL while funding BTC 3 skipped 4 passed (1.3m)
🎭 Playwright Run Summary
7 passed (1.2m)
🎭 Playwright Run Summary
15 passed (1.4m)
🎭 Playwright Run Summary
7 passed (1.6m)
🎭 Playwright Run Summary
8 passed (1.7m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/profile/profile.spec.ts:37:7 › Profile updating › should show profile details 2 skipped 6 passed (2.8m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/store-migrations/store-migrations.spec.ts:15:9 › Store migrations › Migration 0 --> 2 › that the app detects old store format 1 flaky [chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount 5 passed (4.0m)

Artifacts

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