Commit 4b7c9782 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

test: fix swap test's select token copy (#4324)

parent f109bfbb
...@@ -7,7 +7,7 @@ describe('Swap', () => { ...@@ -7,7 +7,7 @@ describe('Swap', () => {
cy.get('#swap-currency-input .token-amount-input').should('have.value', '') cy.get('#swap-currency-input .token-amount-input').should('have.value', '')
cy.get('#swap-currency-input .token-symbol-container').should('contain.text', 'ETH') cy.get('#swap-currency-input .token-symbol-container').should('contain.text', 'ETH')
cy.get('#swap-currency-output .token-amount-input').should('not.have.value') cy.get('#swap-currency-output .token-amount-input').should('not.have.value')
cy.get('#swap-currency-output .token-symbol-container').should('contain.text', 'Select a token') cy.get('#swap-currency-output .token-symbol-container').should('contain.text', 'Select token')
}) })
it('can enter an amount into input', () => { it('can enter an amount into input', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment