fix: use light mode background on icons on fund screen #3990
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
playwright.yml
on: pull_request
Matrix: test
Merge reports
2m 2s
Annotations
10 errors and 7 notices
[chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name:
tests/specs/send/send-stx.spec.ts#L175
1) [chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name
"beforeAll" hook timeout of 30000ms exceeded.
173 | test.describe.serial('tests on mainnet', () => {
174 | let sPage: SendPage;
> 175 | test.beforeAll(async ({ extensionId, globalPage, onboardingPage, homePage, sendPage }) => {
| ^
176 | await globalPage.setupAndUseApiCalls(extensionId);
177 | await onboardingPage.signInWithTestAccount(extensionId);
178 | await homePage.sendButton.click();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:175:10
|
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:9 › Message signing › BIP-322 message signing › Signature rejected:
tests/specs/message-signing/bip322-message-signing.spec.ts#L17
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:9 › Message signing › BIP-322 message signing › Signature rejected
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="Cancel"')
- locator resolved to <button type="button" class="leather-w_50% leather-butto…>Cancel</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
15 | const popup = await context.waitForEvent('page');
16 | const btn = popup.locator(`text="${buttonToPress}"`);
> 17 | await btn.click();
| ^
18 | };
19 | }
20 |
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:17:19
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:54:24
|
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:114:7 › Sign PSBT › that the request to sign can be canceled:
eval at evaluate (:226:30)#L1
1) [chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:114:7 › Sign PSBT › that the request to sign can be canceled
Error: page.evaluate: TypeError: Cannot read properties of undefined (reading 'request')
at eval (eval at evaluate (:226:30), <anonymous>:1:40)
at UtilityScript.evaluate (<anonymous>:228:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/extension/extension/eval at evaluate (:226:30), <anonymous>:1:40)
at UtilityScript.evaluate (/home/runner/work/extension/extension/<anonymous>:228:17)
at UtilityScript.<anonymous> (/home/runner/work/extension/extension/<anonymous>:1:44)
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:57:12
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:116:32
|
[chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed:
tests/specs/send/send-btc.spec.ts#L11
2) [chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 |
10 | test.describe('send btc', () => {
> 11 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => {
| ^
12 | await globalPage.setupAndUseApiCalls(extensionId);
13 | await onboardingPage.signInWithTestAccount(extensionId);
14 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/send/send-btc.spec.ts:11:8
|
[chromium] › specs/settings/settings-menu.spec.ts:61:7 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings-menu.spec.ts#L8
1) [chromium] › specs/settings/settings-menu.spec.ts:61:7 › 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-menu.spec.ts:8:8
|
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details:
tests/specs/swap/swap.spec.ts#L1
2) [chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ─
Test timeout of 30000ms exceeded.
|
[chromium] › specs/transactions/transactions.spec.ts:31:9 › 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:31:9 › 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:31:9 › 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:31:9 › 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:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount:
tests/specs/transactions/transactions.spec.ts#L1
4) [chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Merge reports
Action failed with "The process '/usr/bin/git' failed with exit code 1"
|
🎭 Playwright Run Summary
3 skipped
5 passed (33.9s)
|
🎭 Playwright Run Summary
15 passed (52.4s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/send/send-stx.spec.ts:190:11 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name
6 passed (1.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:9 › Message signing › BIP-322 message signing › Signature rejected
7 passed (1.6m)
|
🎭 Playwright Run Summary
9 passed (1.7m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts:114:7 › Sign PSBT › that the request to sign can be canceled
[chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed
5 passed (1.9m)
|
🎭 Playwright Run Summary
4 flaky
[chromium] › specs/settings/settings-menu.spec.ts:61:7 › Settings menu › that menu item allows changing networks
[chromium] › specs/swap/swap.spec.ts:18:7 › Swaps › that it shows correct swap review details ──
[chromium] › specs/transactions/transactions.spec.ts:31:9 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call
[chromium] › specs/transactions/transactions.spec.ts:44:9 › Transaction signing › App initiated STX transfer › that it broadcasts correctly with given fee and amount
3 passed (3.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
61.8 MB |
|