Skip to content

Commit

Permalink
tests: Update test steps (#4591)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca authored Dec 2, 2024
1 parent b30a74b commit 9e31418
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cypress/e2e/regression/balances_pagination.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ import * as main from '../../e2e/pages/main.page'
const ASSETS_LENGTH = 8

describe('Balance pagination tests', () => {
before(() => {
it('Verify a user can change rows per page and navigate to next and previous page', () => {
cy.visit(constants.BALANCE_URL + constants.SEPOLIA_TEST_SAFE_6)
assets.selectTokenList(assets.tokenListOptions.allTokens)
})

it('Verify a user can change rows per page and navigate to next and previous page', () => {
assets.verifyInitialTableState()
assets.changeTo10RowsPerPage()
assets.verifyTableHas10Rows()
Expand Down

0 comments on commit 9e31418

Please sign in to comment.