2020-05-21 06:45:49 +03:00
|
|
|
describe('Remove Liquidity', () => {
|
2023-08-02 08:13:19 +03:00
|
|
|
it('loads the token pair', () => {
|
2023-03-03 22:20:41 +03:00
|
|
|
cy.visit('/remove/v2/ETH/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984')
|
2020-05-27 20:13:31 +03:00
|
|
|
cy.get('#remove-liquidity-tokena-symbol').should('contain.text', 'ETH')
|
2023-03-03 22:20:41 +03:00
|
|
|
cy.get('#remove-liquidity-tokenb-symbol').should('contain.text', 'UNI')
|
2020-05-21 06:45:49 +03:00
|
|
|
})
|
|
|
|
})
|