Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Oct 22, 2024
1 parent ba25cb5 commit 91ffc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/tests/support/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function getZeroToLessThanOneToken(symbol: string) {

export const importTokenThroughUI = (address: string) => {
// Click on the ETH dropdown (Select token button)
cy.findSelectTokenButton('ETH').click()
cy.findSelectTokenButton(Cypress.env('NATIVE_TOKEN_SYMBOL') ?? 'ETH').click()

// open the Select Token popup
cy.findByPlaceholderText(/Search by token name/i)
Expand Down

0 comments on commit 91ffc0a

Please sign in to comment.