a286e5b114
* test: disable fiat announcement on cypress tests * Revert "test: skip tests due to fiat on-ramp change (#5742)" This reverts commit 283479f76e78b99afb6ef0cce699fd16b460b9b1. * dismissed
9 lines
203 B
TypeScript
9 lines
203 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')
|
|
})
|
|
})
|