fix: show available metadata for stacks nfts #7493
Annotations
6 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L154
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:143:9 › Rpc: GetAddresses › softwareWallet › it returns the second accounts data after changing account
Error: expect.toBeVisible: Error: strict mode violation: getByText('Account 2') resolved to 2 elements:
1) <span aria-busy="false" class="leather-textStyle_label.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">Account 2</span> aka locator('#app').getByTestId('switch-account-item-1')
2) <span aria-busy="false" data-testid="switch-account-sheet-account-name-1" class="leather-textStyle_label.02 [&[data-state=loading]]:leather-d_inline-block [&[data-state=loading]]:leather--webkit-mask_linear-gradient(-60deg,_#000_30%,_#0005,_#000_70%)_right/300%_100% [&[data-state=loading]]:leather-bg-r_no-repeat [&[data-state=loading]]:leather-anim_shimmer_1.5s_infinite [&[data-state=loading]]:leather-c_ink.text-subdued">Account 2</span> aka getByTestId('virtuoso-item-list').getByTestId('switch-account-item-1')
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Account 2')
152 | const secondAccountInListButton = popup.getByTestId('switch-account-item-1');
153 | await secondAccountInListButton.click();
> 154 | await test.expect(popup.getByText('Account 2')).toBeVisible();
| ^
155 | await clickConnectLeatherButton(popup);
156 | const result = await getAddressesPromise;
157 | test
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:154:59
|
Run Playwright tests:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L66
1) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:143:9 › Rpc: GetAddresses › softwareWallet › it returns the second accounts data after changing account
Error: page.evaluate: Target page, context or browser has been closed
64 |
65 | async function initiateGetAddresses(page: Page) {
> 66 | return page.evaluate(async () => (window as any).LeatherProvider?.request('getAddresses'));
| ^
67 | }
68 |
69 | async function clickConnectLeatherButton(popup: Page) {
at initiateGetAddresses (/home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:66:15)
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:148:39
|
Run Playwright tests:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L104
2) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "localhost:3000", waiting until "load"
102 |
103 | test('the promise resolves with addresses successfully', async ({ page, context }) => {
> 104 | await page.goto('localhost:3000');
| ^
105 | const getAddressesPromise = initiateGetAddresses(page);
106 |
107 | const popup = await interceptRequestPopup(context);
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:104:20
|
Run Playwright tests:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L1
3) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise rejects when user closes popup window
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/specs/rpc-get-addresses/get-addresses.spec.ts#L118
3) [chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise rejects when user closes popup window
Error: page.goto: Target page, context or browser has been closed
Call log:
- navigating to "localhost:3000", waiting until "load"
116 |
117 | test('the promise rejects when user closes popup window', async ({ page, context }) => {
> 118 | await page.goto('localhost:3000');
| ^
119 | const getAddressesPromise = initiateGetAddresses(page);
120 | const popup = await interceptRequestPopup(context);
121 | await popup.close();
at /home/runner/work/extension/extension/tests/specs/rpc-get-addresses/get-addresses.spec.ts:118:20
|
Run Playwright tests:
[chromium] › specs/profile/profile.spec.ts#L1
[chromium] › specs/profile/profile.spec.ts took 29.5s
|
Run Playwright tests
3 flaky
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:143:9 › Rpc: GetAddresses › softwareWallet › it returns the second accounts data after changing account
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:103:7 › Rpc: GetAddresses › ledgerWithStacksKeysOnly › the promise resolves with addresses successfully
[chromium] › specs/rpc-get-addresses/get-addresses.spec.ts:117:7 › Rpc: GetAddresses › ledgerWithBitcoinKeysOnly › the promise rejects when user closes popup window
10 passed (3.3m)
|
Loading