48f8c6a141
* test: update cypress * chore: comment on infura origin * test: split build and serve * chore: rm setupNodeEvents
12 lines
295 B
TypeScript
12 lines
295 B
TypeScript
describe('Lists', () => {
|
|
beforeEach(() => {
|
|
cy.visit('/swap')
|
|
})
|
|
|
|
// @TODO check if default lists are active when we have them
|
|
it('change list', () => {
|
|
cy.get('#swap-currency-output .open-currency-select-button').click()
|
|
cy.get('.list-token-manage-button').click()
|
|
})
|
|
})
|