Feat/add ignore inscriptions UI #7332
Annotations
10 errors, 4 warnings, and 1 notice
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L32
1) [chromium] › specs/ledger/ledger.spec.ts:31: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()
30 |
31 | test('that homepage renders correctly', async ({ homePage }) => {
> 32 | await test.expect(homePage.page.locator('text="Send"').first()).toBeVisible();
| ^
33 | await test.expect(homePage.page.locator('text="Receive"').first()).toBeVisible();
34 | await test.expect(homePage.page.locator('text="Buy"').first()).toBeVisible();
35 | });
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:32:73
|
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L32
1) [chromium] › specs/ledger/ledger.spec.ts:31:7 › App with Ledger › withStacksKeysOnly › that homepage renders correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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()
30 |
31 | test('that homepage renders correctly', async ({ homePage }) => {
> 32 | await test.expect(homePage.page.locator('text="Send"').first()).toBeVisible();
| ^
33 | await test.expect(homePage.page.locator('text="Receive"').first()).toBeVisible();
34 | await test.expect(homePage.page.locator('text="Buy"').first()).toBeVisible();
35 | });
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:32:73
|
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L32
1) [chromium] › specs/ledger/ledger.spec.ts:31:7 › App with Ledger › withStacksKeysOnly › that homepage renders correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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()
30 |
31 | test('that homepage renders correctly', async ({ homePage }) => {
> 32 | await test.expect(homePage.page.locator('text="Send"').first()).toBeVisible();
| ^
33 | await test.expect(homePage.page.locator('text="Receive"').first()).toBeVisible();
34 | await test.expect(homePage.page.locator('text="Buy"').first()).toBeVisible();
35 | });
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:32:73
|
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L1
2) [chromium] › specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withStacksKeysOnly › receive modal opens
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L62
2) [chromium] › specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withStacksKeysOnly › receive modal opens
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
at page-object-models/home.page.ts:62
60 |
61 | async goToReceiveDialog() {
> 62 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
63 | }
64 |
65 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:62:74)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:38:24
|
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L1
2) [chromium] › specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withStacksKeysOnly › receive modal opens
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L62
2) [chromium] › specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withStacksKeysOnly › receive modal opens
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
at page-object-models/home.page.ts:62
60 |
61 | async goToReceiveDialog() {
> 62 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
63 | }
64 |
65 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:62:74)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:38:24
|
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L1
2) [chromium] › specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withStacksKeysOnly › receive modal opens
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/page-object-models/home.page.ts#L62
2) [chromium] › specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withStacksKeysOnly › receive modal opens
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('receive-crypto-asset-btn')
at page-object-models/home.page.ts:62
60 |
61 | async goToReceiveDialog() {
> 62 | await this.page.getByTestId(HomePageSelectors.ReceiveCryptoAssetBtn).click();
| ^
63 | }
64 |
65 | // Open issue with Playwright's ability to copyToClipboard from legacy tests:
at HomePage.goToReceiveDialog (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:62:74)
at /home/runner/work/extension/extension/tests/specs/ledger/ledger.spec.ts:38:24
|
Run Playwright tests:
tests/specs/ledger/ledger.spec.ts#L1
3) [chromium] › specs/ledger/ledger.spec.ts:43:9 › App with Ledger › withStacksKeysOnly › stacks address is shown by default
Test timeout of 30000ms exceeded.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 27.0s
|
Run Playwright tests:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 18.0s
|
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/
|
Run Playwright tests
5 failed
[chromium] › specs/ledger/ledger.spec.ts:31:7 › App with Ledger › withStacksKeysOnly › that homepage renders correctly
[chromium] › specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withStacksKeysOnly › receive modal opens
[chromium] › specs/ledger/ledger.spec.ts:43:9 › App with Ledger › withStacksKeysOnly › stacks address is shown by default
[chromium] › specs/ledger/ledger.spec.ts:48:9 › App with Ledger › withStacksKeysOnly › there are no bitcoin requests
[chromium] › specs/ledger/ledger.spec.ts:60:7 › App with Ledger › withStacksKeysOnly › that you can navigate to activity page
12 passed (6.9m)
|
Loading