Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jan 21, 2025
1 parent 303d07f commit 78b0edc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/arb-token-bridge-ui/tests/e2e/specs/urlQueryParam.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,17 @@ describe('User enters site with query params on URL', () => {
cy.findAmountInput().should('be.empty')
}
)
context('should select token using query params', () => {
visitAfterSomeDelay('/', {
qs: {
sourceChain: getL1NetworkName(),
destinationChain: getL2NetworkName(),
token: Cypress.env('ERC20_TOKEN_ADDRESS_PARENT_CHAIN')
}
})

cy.findSelectTokenButton(Cypress.env('IARB'))
})
})
})

Expand Down

0 comments on commit 78b0edc

Please sign in to comment.