mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Fix cypress trade test
This commit is contained in:
parent
2dcb91f49f
commit
9d68db7b56
|
@ -31,7 +31,7 @@ describe('Trade', () => {
|
||||||
cy.get('button').should('contain', 'ETH/USDT').should('be.visible');
|
cy.get('button').should('contain', 'ETH/USDT').should('be.visible');
|
||||||
cy.get('button').contains('ETH/USDT').should('be.visible');
|
cy.get('button').contains('ETH/USDT').should('be.visible');
|
||||||
|
|
||||||
cy.get('a[role="tab"]').contains('General').click();
|
cy.get('button[role="tab"]').contains('General').click();
|
||||||
cy.get('button').contains('ETH/USDT').should('not.be.visible');
|
cy.get('button').contains('ETH/USDT').should('not.be.visible');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user