Skip to content

Commit

Permalink
Adjusted TokenNavigation.cy.ts to latest data from mainnet.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
  • Loading branch information
ericleponner committed Jun 5, 2023
1 parent 61b62e3 commit 7093c72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/specs/AccountNavigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('Account Navigation', () => {

cy.url().should('include', '/mainnet/transaction/')
cy.contains('Transaction')
cy.get('[data-cy=hbarTransfers]')
cy.get('[data-cy=feeTransfers]')
.contains('0.0.800')
})

Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/specs/TokenNavigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ describe('Token Navigation', () => {
.eq(0)
.click()

cy.url().should('include', '/mainnet/transaction/1677545104.611658003')
cy.contains('Transaction 0.0.939841@1677545092.878406670')
cy.url().should('include', '/mainnet/transaction/1685904941.951445727')
cy.contains('0.0.2159637@1685904926.973808295')
cy.contains('CONTRACT CALL')
cy.contains('Token ID' + proxiedTokenId)
})
Expand Down

0 comments on commit 7093c72

Please sign in to comment.