Fix logs cypress test

This commit is contained in:
Matthias 2024-01-10 06:36:27 +01:00
parent f513cbf824
commit 4b1ead36a2
2 changed files with 2 additions and 2 deletions

View File

@ -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');
});

View File

@ -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>