mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Improve cypress test
This commit is contained in:
parent
300ff4a863
commit
3c7cc82eb5
|
@ -27,6 +27,7 @@ describe('Trade', () => {
|
|||
cy.wait('@Blacklist');
|
||||
cy.wait('@Locks');
|
||||
cy.wait('@Performance');
|
||||
cy.get('.drag-header').contains('Multi Pane').should('be.visible');
|
||||
cy.get('button').should('contain', 'BTC/USDT');
|
||||
cy.get('button').should('contain', 'ETH/USDT').should('be.visible');
|
||||
cy.get('button').contains('ETH/USDT').should('be.visible');
|
||||
|
|
Loading…
Reference in New Issue
Block a user