Commit 0752314d authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: click on test row directly (#7424)

parent 9db5fd10
...@@ -65,7 +65,7 @@ describe('Universal search bar', () => { ...@@ -65,7 +65,7 @@ describe('Universal search bar', () => {
cy.get(getTestSelector('searchbar-token-row-ETHEREUM-NATIVE')) cy.get(getTestSelector('searchbar-token-row-ETHEREUM-NATIVE'))
// Validate that we go to the searched/selected result. // Validate that we go to the searched/selected result.
getSearchBar().type('{enter}') cy.get(getTestSelector('searchbar-token-row-ETHEREUM-NATIVE')).click()
cy.url().should('contain', 'tokens/ethereum/NATIVE') cy.url().should('contain', 'tokens/ethereum/NATIVE')
} }
) )
......
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