Skip to content

Commit

Permalink
test(explorer): change address transaction for click through test
Browse files Browse the repository at this point in the history
  • Loading branch information
telestrial committed Jan 9, 2025
1 parent 2a9d193 commit fb02d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/explorer-e2e/src/fixtures/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const TEST_ADDRESS_1 = {
display: {
title: 'Address 68bf48e81536f22...',
transactionNumber: '500 transactions',
transactionID: '23e427949a63...',
transactionID: 'c0b92135ca06...',
},
}

Expand Down
4 changes: 2 additions & 2 deletions apps/explorer-e2e/src/specs/address.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ test('address can navigate through to a transaction', async ({ page }) => {

await page
.locator(
'a[data-testid="entity-link"][href*="23e427949a6360014602cff7cfa9aa0c3b87765b94c6b37accfb661d3365336a"]'
'a[data-testid="entity-link"][href*="c0b92135ca061b5e1c540606db33708d330d97ee3cdbebe5494f69ec026f7f7f"]'
)
.click()

await expect(page.getByText('Transaction 23e427949a63600...')).toBeVisible()
await expect(page.getByText('Transaction c0b92135ca061b5...')).toBeVisible()
})

0 comments on commit fb02d90

Please sign in to comment.