ab1538b196
* feature(position-list): add summary page for positions with mock data * add loading states * mobile layout
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
describe('Pool', () => {
|
|
beforeEach(() => cy.visit('/pool'))
|
|
it('add liquidity links to /add/ETH', () => {
|
|
cy.get('#join-pool-button').click()
|
|
cy.url().should('contain', '/add/ETH')
|
|
})
|
|
})
|