Commit b08bb7ea authored by Moody Salem's avatar Moody Salem

add an integration test

parent 3a36ac55
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')
})
})
})
...@@ -154,7 +154,7 @@ export default function RemoveV1Exchange({ ...@@ -154,7 +154,7 @@ export default function RemoveV1Exchange({
} }
return ( return (
<BodyWrapper style={{ padding: 24 }}> <BodyWrapper style={{ padding: 24 }} id="remove-v1-exchange">
<AutoColumn gap="16px"> <AutoColumn gap="16px">
<AutoRow style={{ alignItems: 'center', justifyContent: 'space-between' }} gap="8px"> <AutoRow style={{ alignItems: 'center', justifyContent: 'space-between' }} gap="8px">
<BackArrow to="/migrate/v1" /> <BackArrow to="/migrate/v1" />
......
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