feat: bridge lane health API and dual-chain token list updates
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
0
scripts/deploy-explorer-ai-to-vmid5000.sh
Normal file → Executable file
0
scripts/deploy-explorer-ai-to-vmid5000.sh
Normal file → Executable file
@@ -37,6 +37,8 @@ test.describe('Explorer sprint smoke', () => {
|
||||
await page.goto(`${EXPLORER_URL}/operations`, { waitUntil: 'networkidle', timeout: 30000 })
|
||||
await expect(page.getByRole('heading', { name: /Operations hub/i })).toBeVisible({ timeout: 10000 })
|
||||
await expect(page.getByText(/Extended Metamask dual-chain catalog/i).first()).toBeVisible({ timeout: 10000 })
|
||||
await expect(page.getByText(/Config-ready lane health/i).first()).toBeVisible({ timeout: 15000 })
|
||||
await expect(page.getByText(/unfunded|funded/i).first()).toBeVisible({ timeout: 10000 })
|
||||
})
|
||||
|
||||
test('bridge page loads CCIP route catalog', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user