mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Give backtest test more time to load
This commit is contained in:
parent
8d4657abbb
commit
de515ce974
|
@ -21,7 +21,7 @@ describe('Backtesting', () => {
|
|||
cy.wait('@ShowConf');
|
||||
// cy.wait('@Strategies');
|
||||
cy.get('a').should('contain', 'Backtest');
|
||||
cy.contains('Run backtest');
|
||||
cy.contains('Run backtest', { timeout: 10000 });
|
||||
cy.contains('Strategy');
|
||||
const strategySelect = cy.get('select[id=strategy-select]');
|
||||
strategySelect.should('exist');
|
||||
|
|
Loading…
Reference in New Issue
Block a user