Skip to content

Commit

Permalink
tests: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed May 30, 2024
1 parent 5fd2a12 commit 2be2488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/happypath/tx_history_filter_hp_2.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ describe('Tx history happy path tests 2', () => {
})

it('Verify a user can filter outgoing transactions by module', () => {
const module = 'sep:0xCFbFaC74C26F8647cBDb8c5caf80BB5b32E43134'
const moduleAddress = 'sep:0xCFbFaC74C26F8647cBDb8c5caf80BB5b32E43134'
const uiDate = 'Jan 30, 2024 - 10:53:48 AM'

createTx.clickOnFilterBtn()
createTx.setTxType(createTx.filterTypes.module)
createTx.fillFilterForm({ address: module })
createTx.fillFilterForm({ address: moduleAddress })
createTx.clickOnApplyBtn()
createTx.verifyNumberOfTransactions(1)
createTx.checkTxItemDate(0, uiDate)
Expand Down

0 comments on commit 2be2488

Please sign in to comment.