uniswap-interface-uncensored/cypress/integration/migrate-v1.test.ts

9 lines
278 B
TypeScript
Raw Normal View History

2020-07-27 21:29:25 +03:00
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')
})
})
})