Skip to content

Full page extension views, containers, shared headers + footers #4779

Full page extension views, containers, shared headers + footers

Full page extension views, containers, shared headers + footers #4779

Triggered via pull request March 7, 2024 10:13
Status Failure
Total duration 8m 32s
Artifacts 1

playwright.yml

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

Annotations

13 errors, 9 warnings, and 8 notices
[chromium] › specs/send/send-stx.spec.ts:159:5 › send stx › send form validation › that valid addresses are accepted: tests/specs/send/send-stx.spec.ts#L25
1) [chromium] › specs/send/send-stx.spec.ts:159:5 › send stx › send form validation › that valid addresses are accepted Test timeout of 30000ms exceeded while running "beforeEach" hook. 23 | 24 | test.describe('send stx', () => { > 25 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 26 | await globalPage.setupAndUseApiCalls(extensionId); 27 | await onboardingPage.signInWithTestAccount(extensionId); 28 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:25:8
[chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L224
1) [chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name TypeError: Cannot read properties of undefined (reading 'amountInput') 222 | test.describe('send form input fields', () => { 223 | test('that recipient address matches bns name', async () => { > 224 | await sendPage.amountInput.fill('.0001'); | ^ 225 | await sendPage.amountInput.blur(); 226 | await sendPage.recipientSelectRecipientTypeDropdown.click(); 227 | await sendPage.recipientSelectFieldBnsName.click(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:224:24
[chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L224
1) [chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'amountInput') 222 | test.describe('send form input fields', () => { 223 | test('that recipient address matches bns name', async () => { > 224 | await sendPage.amountInput.fill('.0001'); | ^ 225 | await sendPage.amountInput.blur(); 226 | await sendPage.recipientSelectRecipientTypeDropdown.click(); 227 | await sendPage.recipientSelectFieldBnsName.click(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:224:24
[chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L25
1) [chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 23 | 24 | test.describe('send stx', () => { > 25 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 26 | await globalPage.setupAndUseApiCalls(extensionId); 27 | await onboardingPage.signInWithTestAccount(extensionId); 28 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:25:8
[chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name: tests/specs/send/send-stx.spec.ts#L218
1) [chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'goBack') 216 | 217 | test.afterEach(async () => { > 218 | await sendPage.goBack(); | ^ 219 | await sendPage.selectStxAndGoToSendForm(); 220 | }); 221 | at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:218:22
Shard 7 of 8
Process completed with exit code 1.
[chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call: tests/specs/transactions/transactions.spec.ts#L1
1) [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-stx.spec.ts:59:3 › send stx › that empty memo on preview matches default empty value: tests/specs/send/send-stx.spec.ts#L1
1) [chromium] › specs/send/send-stx.spec.ts:59:3 › send stx › that empty memo on preview matches default empty value Test timeout of 30000ms exceeded.
[chromium] › specs/send/send-stx.spec.ts:59:3 › send stx › that empty memo on preview matches default empty value: tests/specs/send/send-stx.spec.ts#L70
1) [chromium] › specs/send/send-stx.spec.ts:59:3 › send stx › that empty memo on preview matches default empty value Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 + Memo No memo 68 | 69 | const confirmationMemo = await sendPage.memoRow.innerText(); > 70 | test.expect(confirmationMemo).toEqual(emptyMemoPreviewValue); | ^ 71 | // await sendPage.goBack(); 72 | 73 | // await sendPage.goBackSelectStx(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:70:35
[chromium] › specs/send/send-stx.spec.ts:59:3 › send stx › that empty memo on preview matches default empty value: tests/specs/send/send-stx.spec.ts#L70
1) [chromium] › specs/send/send-stx.spec.ts:59:3 › send stx › that empty memo on preview matches default empty value Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 + Memo No memo 68 | 69 | const confirmationMemo = await sendPage.memoRow.innerText(); > 70 | test.expect(confirmationMemo).toEqual(emptyMemoPreviewValue); | ^ 71 | // await sendPage.goBack(); 72 | 73 | // await sendPage.goBackSelectStx(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:70:35
[chromium] › specs/send/send-stx.spec.ts:76:3 › send stx › that asset value: tests/specs/send/send-stx.spec.ts#L25
2) [chromium] › specs/send/send-stx.spec.ts:76:3 › send stx › that asset value, recipient, memo and fees on preview match input Test timeout of 30000ms exceeded while running "beforeEach" hook. 23 | 24 | test.describe('send stx', () => { > 25 | test.beforeEach(async ({ extensionId, globalPage, homePage, onboardingPage, sendPage }) => { | ^ 26 | await globalPage.setupAndUseApiCalls(extensionId); 27 | await onboardingPage.signInWithTestAccount(extensionId); 28 | await homePage.selectTestNet(); at /home/runner/work/extension/extension/tests/specs/send/send-stx.spec.ts:25:8
Shard 5 of 8
Process completed with exit code 1.
[chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details: tests/specs/profile/profile.spec.ts#L11
1) [chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details Test timeout of 30000ms exceeded while running "beforeEach" hook. 9 | let testAppPage: TestAppPage; 10 | > 11 | test.beforeEach(async ({ extensionId, globalPage, onboardingPage, context }) => { | ^ 12 | await globalPage.setupAndUseApiCalls(extensionId); 13 | await onboardingPage.signInWithTestAccount(extensionId); 14 | testAppPage = await TestAppPage.openDemoPage(context); at /home/runner/work/extension/extension/tests/specs/profile/profile.spec.ts:11:8
Shard 1 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 4 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 2 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 6 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 7 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 8 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 5 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Shard 3 of 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Merge reports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/download-artifact@v3, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
3 skipped 5 passed (38.5s)
🎭 Playwright Run Summary
6 passed (1.1m)
🎭 Playwright Run Summary
8 passed (1.2m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/send/send-stx.spec.ts:159:5 › send stx › send form validation › that valid addresses are accepted 7 passed (2.0m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/send/send-stx.spec.ts:223:7 › send stx › tests on mainnet › send form input fields › that recipient address matches bns name 2 skipped 5 passed (2.3m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/transactions/transactions.spec.ts:24:5 › Transaction signing › Contract calls › that it validates against insufficient funds when performing a contract call 6 passed (1.9m)
🎭 Playwright Run Summary
1 failed [chromium] › specs/send/send-stx.spec.ts:59:3 › send stx › that empty memo on preview matches default empty value 1 flaky [chromium] › specs/send/send-stx.spec.ts:76:3 › send stx › that asset value, recipient, memo and fees on preview match input 6 passed (2.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › specs/profile/profile.spec.ts:23:3 › Profile updating › should show profile details 9 passed (2.3m)

Artifacts

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