Merge external contributions #4280
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:31:9 › send btc › btc send form › that recipient input is trimmed correctly
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-stx.spec.ts#L19
2) [chromium] › specs/send/send-stx.spec.ts:29:9 › send stx › tests on testnet › that send max button sets available balance minus fee
"beforeAll" hook timeout of 30000ms exceeded.
17 | const amount = '0.000001';
18 | let sPage: SendPage;
> 19 | test.beforeAll(async ({ extensionId, globalPage, onboardingPage, homePage, sendPage }) => {
| ^
20 | await globalPage.setupAndUseApiCalls(extensionId);
21 | await onboardingPage.signInWithTestAccount(extensionId);
22 | await homePage.enableTestMode();
at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:19:10
|
Run Playwright tests
2 flaky
[chromium] › specs/send/send-btc.spec.ts:31:9 › send btc › btc send form › that recipient input is trimmed correctly
[chromium] › specs/send/send-stx.spec.ts:29:9 › send stx › tests on testnet › that send max button sets available balance minus fee
14 passed (2.3m)
|
The logs for this run have expired and are no longer available.
Loading