mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Fix cypress oauth test one more time
This commit is contained in:
@ -14,8 +14,9 @@ describe('UI Setup and Login', () => {
|
||||
cy.get('input[name="password"]').type('changeme');
|
||||
cy.get('form button:last').click();
|
||||
|
||||
// To fix after chakra change:
|
||||
// cy.get('.navbar-nav .avatar').should('be.visible');
|
||||
cy.get('#root p.chakra-text')
|
||||
.first()
|
||||
.should('have.text', 'Nginx Proxy Manager');
|
||||
|
||||
// logout:
|
||||
cy.clearLocalStorage();
|
||||
|
Reference in New Issue
Block a user