ec686bcaa5
* chore: remove phase0 flags * unused imports * update snapshots * fix link test * use the data cy * delete lists test * rm wallet.test * update snapshot * fix: update default html background-color (#4881) * Revert "fix: update default html background-color (#4881)" This reverts commit 043f844067c9e43f7b2cc4884080b30288d37786. Co-authored-by: Connor McEwen <connor.mcewen@gmail.com>
9 lines
232 B
TypeScript
9 lines
232 B
TypeScript
// see https://github.com/Uniswap/interface/pull/4115
|
|
describe('Link', () => {
|
|
it('should update route', () => {
|
|
cy.visit('/')
|
|
cy.contains('Pool').click()
|
|
cy.get('[data-cy="join-pool-button"]').should('exist')
|
|
})
|
|
})
|