Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isstuev committed Feb 13, 2025
1 parent 1b8d544 commit 19ea3f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy/tools/envs-validator/test/.env.external_txs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_PUBLIC_TX_EXTERNAL_TRANSACTIONS_CONFIG={'chain_name':'Solana','chain_logo_url':'https://raw.githubusercontent.com/blockscout/frontend-configs/refs/heads/main/configs/network-icons/solana.svg','explorer_url_template':'https://solscan.io/tx/{hash}'}
4 changes: 2 additions & 2 deletions ui/tx/TxExternalTxs.pw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test('base view', async({ page, render, mockEnvs, mockAssetResponse }) => {
await mockAssetResponse('http://example.url', './playwright/mocks/image_s.jpg');
await render(<TxExternalTxs data={ Array(13).fill(EXT_TX_HASH) }/>);
await page.getByText('13 Solana txns').hover();
const popover = page.locator('.chakra-popover__content');
const popover = page.getByText('Solana transactions');
await expect(popover).toBeVisible();
await expect(popover).toHaveScreenshot();
await expect(page).toHaveScreenshot({ clip: { x: 0, y: 0, width: 500, height: 500 } });
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19ea3f1

Please sign in to comment.