chore: add BRC-20 and SRC-20 to collectibles #5307
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
tests/specs/message-signing/bip322-message-signing.spec.ts#L17
1) [chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('text="Cancel"')
- locator resolved to <button type="button" class="leather-w_50% leather-butto…>Cancel</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
15 | const popup = await context.waitForEvent('page');
16 | const btn = popup.locator(`text="${buttonToPress}"`);
> 17 | await btn.click();
| ^
18 | };
19 | }
20 |
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:17:19
at /home/runner/work/extension/extension/tests/specs/message-signing/bip322-message-signing.spec.ts:54:24
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
1 flaky
[chromium] › specs/message-signing/bip322-message-signing.spec.ts:53:5 › Message signing › BIP-322 message signing › Signature rejected
7 passed (1.5m)
|
The logs for this run have expired and are no longer available.
Loading