mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Test for H1, too
This commit is contained in:
parent
e7ff0d032e
commit
a4e3567870
|
@ -9,7 +9,8 @@ describe('Settings', () => {
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
cy.wait('@Ping');
|
cy.wait('@Ping');
|
||||||
cy.wait('@ShowConf');
|
cy.wait('@ShowConf');
|
||||||
cy.get('li').contains('Online', { timeout: 5000 }).should('be.visible');
|
cy.get('li').contains('Online').should('be.visible');
|
||||||
|
cy.get('h1').contains('Welcome to the Freqtrade UI', { timeout: 5000 }).should('be.visible');
|
||||||
// cy.wait('@Strategies');
|
// cy.wait('@Strategies');
|
||||||
|
|
||||||
cy.get('[id=avatar-drop]').should('be.visible').parent().click();
|
cy.get('[id=avatar-drop]').should('be.visible').parent().click();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user