fix: mark ui bugs #3765
Annotations
2 errors and 1 notice
Run Playwright tests:
tests/specs/send/send-btc.spec.ts#L11
1) [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
|
Run Playwright tests:
tests/specs/send/send-btc.spec.ts#L11
1) [chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
Run Playwright tests
1 flaky
[chromium] › specs/send/send-btc.spec.ts:21:9 › send btc › btc send form › that it shows preview of tx details to be confirmed
6 passed (2.4m)
|
The logs for this run have expired and are no longer available.
Loading