mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Update login cy test
This commit is contained in:
parent
4037ded4d0
commit
25a11b4d1f
|
@ -85,7 +85,7 @@ describe('Login', () => {
|
||||||
|
|
||||||
// Test logout
|
// Test logout
|
||||||
cy.get('[id=avatar-drop]').parent().click();
|
cy.get('[id=avatar-drop]').parent().click();
|
||||||
cy.get('.dropdown-menu > a:last').click();
|
cy.get('.dropdown-menu > .dropdown-item:last').click();
|
||||||
cy.get('button').should('contain', 'Login');
|
cy.get('button').should('contain', 'Login');
|
||||||
// login button there again
|
// login button there again
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user