diff --git a/cypress/e2e/regression/balances_pagination.cy.js b/cypress/e2e/regression/balances_pagination.cy.js index 8b81050e73..fdc658657b 100644 --- a/cypress/e2e/regression/balances_pagination.cy.js +++ b/cypress/e2e/regression/balances_pagination.cy.js @@ -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()