test: stx_signMessage #7522
Annotations
2 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
1) [chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:150:11 › Rpc: getAddresses › softwareWallet › it returns the second accounts data after changing account
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L69
1) [chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:150:11 › Rpc: getAddresses › softwareWallet › it returns the second accounts data after changing account
Error: page.evaluate: Target page, context or browser has been closed
67 |
68 | async function initiateGetAddresses(page: Page, eventName: GetAddressesMethods) {
> 69 | return page.evaluate(
| ^
70 | async eventName => (window as any).LeatherProvider?.request(eventName),
71 | eventName
72 | );
at initiateGetAddresses (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:69:15)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:155:41
|
Run Playwright tests:
[chromium] › tests/specs/profile/profile.spec.ts#L1
[chromium] › tests/specs/profile/profile.spec.ts took 31.9s
|
Run Playwright tests
1 flaky
[chromium] › tests/specs/rpc-get-addresses/get-addresses.spec.ts:150:11 › Rpc: getAddresses › softwareWallet › it returns the second accounts data after changing account
22 passed (3.7m)
|
Loading