chore(deps): bump @leather.io/utils from 0.9.3 to 0.10.0 #6273
Annotations
9 errors, 2 warnings, and 1 notice
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
tests/page-object-models/onboarding.page.ts#L271
1) [chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: No key found
at page-object-models/onboarding.page.ts:271
269 | async enterMnemonicKey(secretKey: string) {
270 | // NOTE: TEST_ACCOUNT_SECRET_KEY needs to be obtained and set in .env
> 271 | if (!secretKey) throw new Error('No key found');
| ^
272 | const key = secretKey.split(' ');
273 | for (let i = 0; i < key.length; i++) {
274 | await this.page.getByTestId(`mnemonic-input-${i + 1}`).fill(key[i]);
at OnboardingPage.enterMnemonicKey (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:271:27)
at OnboardingPage.signInExistingUser (/home/runner/work/extension/extension/tests/page-object-models/onboarding.page.ts:258:16)
at /home/runner/work/extension/extension/tests/specs/receive/receive.spec.ts:6:5
|
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
Test timeout of 30000ms exceeded.
|
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L60
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
Error: page.evaluate: Target page, context or browser has been closed
58 |
59 | async function initiateGetAddresses(page: Page) {
> 60 | return page.evaluate(async () => (window as any).LeatherProvider?.request('getAddresses'));
| ^
61 | }
62 |
63 | async function clickConnectLeatherButton(popup: Page) {
at initiateGetAddresses (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:60:15)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:127:39
|
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L60
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: Target page, context or browser has been closed
58 |
59 | async function initiateGetAddresses(page: Page) {
> 60 | return page.evaluate(async () => (window as any).LeatherProvider?.request('getAddresses'));
| ^
61 | }
62 |
63 | async function clickConnectLeatherButton(popup: Page) {
at initiateGetAddresses (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:60:15)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:127:39
|
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L131
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Connect Leather')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Connect Leather')
129 | await popup.getByRole('textbox').fill(TEST_PASSWORD);
130 | await popup.getByRole('button', { name: 'Continue' }).click();
> 131 | await test.expect(popup.getByText('Connect Leather')).toBeVisible();
| ^
132 | await clickConnectLeatherButton(popup);
133 | await test.expect(getAddressesPromise).resolves.toMatchObject(expectedResult);
134 | });
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:131:65
|
|
The following actions uses Node.js version which is deprecated 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/
|
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/
|
1 failed
[chromium] › specs/receive/receive.spec.ts:10:3 › Receive Dialog › That the Receive dialog renders and shows the correct assets
1 flaky
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:120:9 › Rpc: GetAddresses › softwareWallet › it redirects back to get addresses flow when wallet is locked
8 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading