mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Ensure UI is loaded before attempting clicks
This commit is contained in:
parent
c06e290290
commit
e7ff0d032e
|
@ -9,6 +9,7 @@ describe('Settings', () => {
|
|||
cy.visit('/');
|
||||
cy.wait('@Ping');
|
||||
cy.wait('@ShowConf');
|
||||
cy.get('li').contains('Online', { timeout: 5000 }).should('be.visible');
|
||||
// cy.wait('@Strategies');
|
||||
|
||||
cy.get('[id=avatar-drop]').should('be.visible').parent().click();
|
||||
|
|
Loading…
Reference in New Issue
Block a user