Update login cy test

This commit is contained in:
Matthias 2024-01-10 06:44:41 +01:00
parent 4037ded4d0
commit 25a11b4d1f

View File

@ -85,7 +85,7 @@ describe('Login', () => {
// Test logout
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');
// login button there again
});