283479f76e
skip tests
9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
describe('Pool', () => {
|
|
beforeEach(() => cy.visit('/pool'))
|
|
|
|
xit('add liquidity links to /add/ETH', () => {
|
|
cy.get('#join-pool-button').click()
|
|
cy.url().should('contain', '/add/ETH')
|
|
})
|
|
})
|