c07359362f
* feat: dismiss the landing page when the account drawer is opened * remove the gradient before the page transition * pr feedback * clean up darkmode handling * pr feedback from design * update link test --------- Co-authored-by: Jordan Frankfurt <jordan@CORN-Jordan-949.frankfurt>
10 lines
264 B
TypeScript
10 lines
264 B
TypeScript
// see https://github.com/Uniswap/interface/pull/4115
|
|
describe('Link', () => {
|
|
it('should update route', () => {
|
|
cy.viewport(2000, 1600)
|
|
cy.visit('/swap')
|
|
cy.contains('Pool').click()
|
|
cy.get('[data-cy="join-pool-button"]').should('exist')
|
|
})
|
|
})
|