uniswap-interface-uncensored/cypress/integration/migrate-v1.test.ts
2020-07-27 13:29:25 -05:00

9 lines
278 B
TypeScript

describe('Migrate V1 Liquidity', () => {
describe('Remove V1 liquidity', () => {
it('renders the correct page', () => {
cy.visit('/remove/v1/0x93bB63aFe1E0180d0eF100D774B473034fd60C36')
cy.get('#remove-v1-exchange').should('contain', 'MKR/ETH')
})
})
})