mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix logs cypress test
This commit is contained in:
parent
f513cbf824
commit
4b1ead36a2
|
@ -11,7 +11,7 @@ describe('Logs', () => {
|
|||
cy.wait('@Ping');
|
||||
cy.wait('@ShowConf');
|
||||
cy.wait('@Logs');
|
||||
cy.get('textarea').should('contain.value', 'Checking exchange...');
|
||||
cy.get('span').should('contain.text', 'Checking exchange...');
|
||||
cy.get('button[id=refresh-logs]').click();
|
||||
cy.wait('@Logs');
|
||||
});
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<b-button id="refresh-logs" size="sm" title="Reload Logs" @click="refreshLogs">
|
||||
<i-mdi-refresh />
|
||||
</b-button>
|
||||
<b-button id="refresh-logs" size="sm" title="Reload Logs" @click="scrollToBottom">
|
||||
<b-button size="sm" title="Scroll to bottom" @click="scrollToBottom">
|
||||
<i-mdi-arrow-down-thick />
|
||||
</b-button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user