Skip to content

fix: fee calculation in for btc txs closes #4455 #3551

fix: fee calculation in for btc txs closes #4455

fix: fee calculation in for btc txs closes #4455 #3551

Triggered via push October 31, 2023 14:48
Status Failure
Total duration 6m 26s
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

8 errors and 7 notices
[chromium] › specs/send/send-stx.spec.ts:43:9 › send stx › tests on testnet › that empty memo on preview matches default empty value: tests/specs/send/send-stx.spec.ts#L29
1) [chromium] › specs/send/send-stx.spec.ts:43:9 › send stx › tests on testnet › that empty memo on preview matches default empty value Test timeout of 30000ms exceeded while running "afterEach" hook. 27 | }); 28 | > 29 | test.afterEach(async () => { | ^ 30 | await sPage.page.getByTestId('modal-header-back-button').click(); 31 | await sPage.selectStxAndGoToSendForm(); 32 | }); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:29:10
[chromium] › specs/send/send-stx.spec.ts:43:9 › send stx › tests on testnet › that empty memo on preview matches default empty value: tests/specs/send/send-stx.spec.ts#L29
1) [chromium] › specs/send/send-stx.spec.ts:43:9 › send stx › tests on testnet › that empty memo on preview matches default empty value Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "afterEach" hook. 27 | }); 28 | > 29 | test.afterEach(async () => { | ^ 30 | await sPage.page.getByTestId('modal-header-back-button').click(); 31 | await sPage.selectStxAndGoToSendForm(); 32 | }); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:29:10
[chromium] › specs/send/send-stx.spec.ts:43:9 › send stx › tests on testnet › that empty memo on preview matches default empty value: tests/specs/send/send-stx.spec.ts#L29
1) [chromium] › specs/send/send-stx.spec.ts:43:9 › send stx › tests on testnet › that empty memo on preview matches default empty value Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "afterEach" hook. 27 | }); 28 | > 29 | test.afterEach(async () => { | ^ 30 | await sPage.page.getByTestId('modal-header-back-button').click(); 31 | await sPage.selectStxAndGoToSendForm(); 32 | }); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:29:10
Shard 5 of 8
Process completed with exit code 1.
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:9 › Message signing › BIP-322 message signing › Signature approved: tests/specs/message-signing/bip322-message-signing.spec.ts#L7
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:9 › 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('https://leather.io'); 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:53:9 › Message signing › BIP-322 message signing › Signature rejected: eval at evaluate (:202:30)#L1
2) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:9 › Message signing › BIP-322 message signing › Signature rejected Error: page.evaluate: TypeError: Cannot read properties of undefined (reading 'request') at eval (eval at evaluate (:202:30), <anonymous>:1:44) at UtilityScript.evaluate (<anonymous>:204:17) at UtilityScript.<anonymous> (<anonymous>:1:44) at eval (/home/runner/work/extension/extension/eval at evaluate (:202:30), <anonymous>:1:44) at UtilityScript.evaluate (/home/runner/work/extension/extension/<anonymous>:204:17) at UtilityScript.<anonymous> (/home/runner/work/extension/extension/<anonymous>:1:44) at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:23:14 at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:55:37
[chromium] › specs/onboarding/onboarding.spec.ts:64:7 › Onboarding an existing user › Activity tab: tests/specs/onboarding/onboarding.spec.ts#L69
1) [chromium] › specs/onboarding/onboarding.spec.ts:64:7 › Onboarding an existing user › Activity tab Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('No activity yet') 67 | await homePage.clickActivityTab(); 68 | const noActivityText = homePage.page.getByText('No activity yet'); > 69 | await test.expect(noActivityText).toBeVisible(); | ^ 70 | }); 71 | 72 | test.describe('Address generation', () => { at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:69:39
[chromium] › specs/onboarding/onboarding.spec.ts:64:7 › Onboarding an existing user › Activity tab: tests/specs/onboarding/onboarding.spec.ts#L69
1) [chromium] › specs/onboarding/onboarding.spec.ts:64:7 › Onboarding an existing user › Activity tab Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('No activity yet') 67 | await homePage.clickActivityTab(); 68 | const noActivityText = homePage.page.getByText('No activity yet'); > 69 | await test.expect(noActivityText).toBeVisible(); | ^ 70 | }); 71 | 72 | test.describe('Address generation', () => { at /home/runner/work/extension/extension/tests/specs/onboarding/onboarding.spec.ts:69:39
🎭 Playwright Run Summary
6 passed (56.4s)
🎭 Playwright Run Summary
1 failed [chromium] › specs/send/send-stx.spec.ts:43:9 › send stx › tests on testnet › that empty memo on preview matches default empty value 10 skipped 1 passed (2.3m)
🎭 Playwright Run Summary
1 skipped 5 passed (1.2m)
🎭 Playwright Run Summary
7 passed (1.4m)
🎭 Playwright Run Summary
6 passed (1.8m)
🎭 Playwright Run Summary
2 flaky [chromium] › specs/message-signing/bip322-message-signing.spec.ts:33:9 › Message signing › BIP-322 message signing › Signature approved [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:9 › Message signing › BIP-322 message signing › Signature rejected 5 passed (2.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/onboarding/onboarding.spec.ts:64:7 › Onboarding an existing user › Activity tab 6 passed (2.9m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
33.7 MB