Skip to content

Commit

Permalink
fix the assets e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hatch committed Jan 20, 2024
1 parent feb22c8 commit 6ca18f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/production.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ test('assets', async ({ page, context }) => {
await page.goto(targetUrl)
await expect(page).toHaveTitle('Stellar Explorer | Assets')

// Click asset link
const assetLink = await getFirstLink(page, 0)
await verifyOpeningNewPage(page, context, assetLink)
expect((await page.locator('tbody tr').all()).length).toBe(50)
})

test('anchors', async ({ page }) => {
Expand Down

0 comments on commit 6ca18f3

Please sign in to comment.