fix: empty space in settings dropdown #6582
playwright.yml
on: pull_request
Matrix: test
Merge reports
19s
Annotations
2 errors, 25 warnings, and 9 notices
[chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinAndStacksKey › that homepage renders correctly:
tests/specs/ledger/ledger.spec.ts#L30
1) [chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinAndStacksKey › that homepage renders correctly
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Send"').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Send"').first()
28 |
29 | test('that homepage renders correctly', async ({ homePage }) => {
> 30 | await test.expect(homePage.page.locator('text="Send"').first()).toBeVisible();
| ^
31 | await test.expect(homePage.page.locator('text="Receive"').first()).toBeVisible();
32 | await test.expect(homePage.page.locator('text="Buy"').first()).toBeVisible();
33 | });
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:30:73
|
[chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withStacksKeysOnly › that homepage renders correctly:
tests/specs/ledger/ledger.spec.ts#L30
2) [chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withStacksKeysOnly › that homepage renders correctly
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Send"').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Send"').first()
28 |
29 | test('that homepage renders correctly', async ({ homePage }) => {
> 30 | await test.expect(homePage.page.locator('text="Send"').first()).toBeVisible();
| ^
31 | await test.expect(homePage.page.locator('text="Receive"').first()).toBeVisible();
32 | await test.expect(homePage.page.locator('text="Buy"').first()).toBeVisible();
33 | });
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:30:73
|
Shard 8 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shard 4 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 27.6s
|
Shard 9 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/settings/settings.spec.ts#L1
[chromium] › specs/settings/settings.spec.ts took 48.4s
|
Shard 2 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 19.7s
|
Shard 10 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/transactions/transactions.spec.ts#L1
[chromium] › specs/transactions/transactions.spec.ts took 34.5s
|
Shard 6 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts#L1
[chromium] › specs/rpc-sign-psbt/sign-psbt.spec.ts took 46.4s
|
Slow Test:
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts#L1
[chromium] › specs/rpc-stacks-transaction/transaction-signing.spec.ts took 20.8s
|
Shard 5 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 59.0s
|
Shard 3 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/onboarding/onboarding.spec.ts#L1
[chromium] › specs/onboarding/onboarding.spec.ts took 1.2m
|
Slow Test:
[chromium] › specs/network/add-network.spec.ts#L1
[chromium] › specs/network/add-network.spec.ts took 1.0m
|
Shard 1 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 29.9s
|
Slow Test:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 19.8s
|
Shard 7 of 10
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[chromium] › specs/send/send-stx.spec.ts#L1
[chromium] › specs/send/send-stx.spec.ts took 3.0m
|
Slow Test:
[chromium] › specs/send/send-btc.spec.ts#L1
[chromium] › specs/send/send-btc.spec.ts took 1.1m
|
Merge reports
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
2 passed (31.5s)
|
🎭 Playwright Run Summary
5 passed (52.2s)
|
🎭 Playwright Run Summary
2 passed (23.6s)
|
🎭 Playwright Run Summary
1 skipped
3 passed (45.8s)
|
🎭 Playwright Run Summary
7 passed (1.2m)
|
🎭 Playwright Run Summary
10 passed (1.3m)
|
🎭 Playwright Run Summary
14 passed (2.2m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withBitcoinAndStacksKey › that homepage renders correctly
[chromium] › specs/ledger/ledger.spec.ts:29:7 › App with Ledger › withStacksKeysOnly › that homepage renders correctly
14 passed (2.1m)
|
🎭 Playwright Run Summary
22 passed (4.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
1.66 MB |
|