feat: support testnet 4 #6950
playwright.yml
on: pull_request
Matrix: test
Merge reports
35s
Annotations
24 errors, 17 warnings, and 7 notices
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings.spec.ts#L72
1) [chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
Error: expect(received).toHaveLength(expected)
Expected length: 5
Received length: 6
Received array: [{"_frame": {"_guid": "frame@03cc2663507d35e533d3ba10efbda9a8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=0"}, {"_frame": {"_guid": "frame@03cc2663507d35e533d3ba10efbda9a8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=1"}, {"_frame": {"_guid": "frame@03cc2663507d35e533d3ba10efbda9a8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=2"}, {"_frame": {"_guid": "frame@03cc2663507d35e533d3ba10efbda9a8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=3"}, {"_frame": {"_guid": "frame@03cc2663507d35e533d3ba10efbda9a8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=4"}, {"_frame": {"_guid": "frame@03cc2663507d35e533d3ba10efbda9a8", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=5"}]
70 | await page.waitForTimeout(1000);
71 | const networkListItems = await page.getByTestId(SettingsSelectors.NetworkListItem).all();
> 72 | test.expect(networkListItems).toHaveLength(5);
| ^
73 | });
74 |
75 | test('that menu item can toggle privacy', async ({ page, homePage }) => {
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:72:35
|
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings.spec.ts#L72
1) [chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 5
Received length: 6
Received array: [{"_frame": {"_guid": "frame@ab3c13d688b7446afa861f74d8fb159e", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=0"}, {"_frame": {"_guid": "frame@ab3c13d688b7446afa861f74d8fb159e", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=1"}, {"_frame": {"_guid": "frame@ab3c13d688b7446afa861f74d8fb159e", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=2"}, {"_frame": {"_guid": "frame@ab3c13d688b7446afa861f74d8fb159e", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=3"}, {"_frame": {"_guid": "frame@ab3c13d688b7446afa861f74d8fb159e", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=4"}, {"_frame": {"_guid": "frame@ab3c13d688b7446afa861f74d8fb159e", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=5"}]
70 | await page.waitForTimeout(1000);
71 | const networkListItems = await page.getByTestId(SettingsSelectors.NetworkListItem).all();
> 72 | test.expect(networkListItems).toHaveLength(5);
| ^
73 | });
74 |
75 | test('that menu item can toggle privacy', async ({ page, homePage }) => {
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:72:35
|
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks:
tests/specs/settings/settings.spec.ts#L72
1) [chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 5
Received length: 6
Received array: [{"_frame": {"_guid": "frame@ba149e2d72eb764a8f15ae5e188070ac", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=0"}, {"_frame": {"_guid": "frame@ba149e2d72eb764a8f15ae5e188070ac", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=1"}, {"_frame": {"_guid": "frame@ba149e2d72eb764a8f15ae5e188070ac", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=2"}, {"_frame": {"_guid": "frame@ba149e2d72eb764a8f15ae5e188070ac", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=3"}, {"_frame": {"_guid": "frame@ba149e2d72eb764a8f15ae5e188070ac", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=4"}, {"_frame": {"_guid": "frame@ba149e2d72eb764a8f15ae5e188070ac", "_type": "Frame"}, "_selector": "internal:testid=[data-testid=\"network-list-item\"s] >> nth=5"}]
70 | await page.waitForTimeout(1000);
71 | const networkListItems = await page.getByTestId(SettingsSelectors.NetworkListItem).all();
> 72 | test.expect(networkListItems).toHaveLength(5);
| ^
73 | });
74 |
75 | test('that menu item can toggle privacy', async ({ page, homePage }) => {
at /home/runner/work/extension/extension/tests/specs/settings/settings.spec.ts:72:35
|
Shard 9 of 10
Process completed with exit code 1.
|
[chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step:
tests/page-object-models/home.page.ts#L109
1) [chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:23:7
|
[chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step:
tests/page-object-models/home.page.ts#L109
1) [chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:23:7
|
[chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step:
tests/page-object-models/home.page.ts#L109
1) [chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:23:7
|
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error:
tests/page-object-models/home.page.ts#L109
2) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:43:7
|
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error:
tests/page-object-models/home.page.ts#L109
2) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" data-testid="testnet" aria-disable…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" data-testid="testnet" aria-disable…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:43:7
|
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error:
tests/page-object-models/home.page.ts#L109
2) [chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:43:7
|
[chromium] › specs/send/send-inscription.spec.ts:56:5 › send inscription › validation errors › should show invalid address error:
tests/page-object-models/home.page.ts#L109
3) [chromium] › specs/send/send-inscription.spec.ts:56:5 › send inscription › validation errors › should show invalid address error
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:57:7
|
[chromium] › specs/send/send-inscription.spec.ts:56:5 › send inscription › validation errors › should show invalid address error:
tests/page-object-models/home.page.ts#L109
3) [chromium] › specs/send/send-inscription.spec.ts:56:5 › send inscription › validation errors › should show invalid address error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:57:7
|
[chromium] › specs/send/send-inscription.spec.ts:56:5 › send inscription › validation errors › should show invalid address error:
tests/page-object-models/home.page.ts#L109
3) [chromium] › specs/send/send-inscription.spec.ts:56:5 › send inscription › validation errors › should show invalid address error
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:57:7
|
[chromium] › specs/send/send-inscription.spec.ts:70:5 › send inscription › validation errors › should show non-zero offset inscription error:
tests/page-object-models/home.page.ts#L109
4) [chromium] › specs/send/send-inscription.spec.ts:70:5 › send inscription › validation errors › should show non-zero offset inscription error
Error: locator.click: Error: strict mode violation: getByTestId('testnet') resolved to 2 elements:
1) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet3 api.testnet.hiro.so' })
2) <button type="button" aria-disabled="true" data-testid="…>…</button> aka getByRole('button', { name: 'Testnet4 api.testnet.hiro.so' })
Call log:
- waiting for getByTestId('testnet')
at page-object-models/home.page.ts:109
107 | await this.page.getByTestId(SettingsSelectors.ChangeNetworkAction).click();
108 | await this.page.getByTestId(NetworkSelectors.NetworkListActiveNetwork).isVisible();
> 109 | await this.page.getByTestId(WalletDefaultNetworkConfigurationIds.testnet).click();
| ^
110 | }
111 |
112 | async clickActivityTab() {
at HomePage.selectTestnet (/home/runner/work/extension/extension/tests/page-object-models/home.page.ts:109:79)
at /home/runner/work/extension/extension/tests/specs/send/send-inscription.spec.ts:78:7
|
Shard 4 of 10
Canceling since a higher priority waiting request for 'Integration tests-refs/pull/5910/merge' exists
|
Shard 8 of 10
Canceling since a higher priority waiting request for 'Integration tests-refs/pull/5910/merge' exists
|
Shard 8 of 10
The operation was canceled.
|
Shard 8 of 10
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Shard 6 of 10
Canceling since a higher priority waiting request for 'Integration tests-refs/pull/5910/merge' exists
|
Shard 6 of 10
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Shard 6 of 10
The operation was canceled.
|
Shard 3 of 10
Canceling since a higher priority waiting request for 'Integration tests-refs/pull/5910/merge' exists
|
Shard 3 of 10
The operation was canceled.
|
Shard 3 of 10
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
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.9s
|
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-open/open.spec.ts#L1
[chromium] › specs/rpc-open/open.spec.ts took 25.2s
|
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/
|
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/manage-tokens/manage-tokens.spec.ts#L1
[chromium] › specs/manage-tokens/manage-tokens.spec.ts took 22.7s
|
Slow Test:
[chromium] › specs/message-signing/bip322-message-signing.spec.ts#L1
[chromium] › specs/message-signing/bip322-message-signing.spec.ts took 18.7s
|
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/ledger/ledger.spec.ts#L1
[chromium] › specs/ledger/ledger.spec.ts took 55.7s
|
Slow Test:
[chromium] › specs/compliance-checks/compliance-checks.spec.ts#L1
[chromium] › specs/compliance-checks/compliance-checks.spec.ts took 30.3s
|
Slow Test:
[chromium] › specs/fund/fund.spec.ts#L1
[chromium] › specs/fund/fund.spec.ts took 18.9s
|
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/rpc-get-addresses/get-addresses.spec.ts#L1
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts took 1.3m
|
Slow Test:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 30.9s
|
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/
|
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/
|
🎭 Playwright Run Summary
1 skipped
3 passed (46.9s)
|
🎭 Playwright Run Summary
2 passed (29.7s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › specs/settings/settings.spec.ts:64:3 › Settings menu › that menu item allows changing networks
5 passed (1.4m)
|
🎭 Playwright Run Summary
4 passed (45.9s)
|
🎭 Playwright Run Summary
16 passed (1.8m)
|
🎭 Playwright Run Summary
5 failed
[chromium] › specs/send/send-inscription.spec.ts:22:5 › send inscription › valid send inscription data › should show the inscription review step
[chromium] › specs/send/send-inscription.spec.ts:37:5 › send inscription › validation errors › should show the insufficient balance error
[chromium] › specs/send/send-inscription.spec.ts:56:5 › send inscription › validation errors › should show invalid address error
[chromium] › specs/send/send-inscription.spec.ts:70:5 › send inscription › validation errors › should show non-zero offset inscription error
[chromium] › specs/send/send-inscription.spec.ts:92:3 › send inscription › should show multiple inscription on utxo error
|
🎭 Playwright Run Summary
13 passed (2.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
8.66 MB |
|