mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 11:40:04 +00:00
Fixes to lang selection now apply immediately
Moved lang list to separate file Cleaned up some lang workarounds
This commit is contained in:
@@ -13,7 +13,7 @@ describe('UI Setup and Login', () => {
|
||||
cy.get('input[name="nickname"]').type('Cypress');
|
||||
cy.get('input[name="email"]').type('cypress@example.com');
|
||||
cy.get('input[name="password"]').type('changeme');
|
||||
cy.get('form button:first').click();
|
||||
cy.get('form button:last').click();
|
||||
cy.get('.navbar-nav .avatar').should('be.visible');
|
||||
// logout:
|
||||
cy.clearLocalStorage();
|
||||
@@ -23,7 +23,7 @@ describe('UI Setup and Login', () => {
|
||||
cy.visit('/');
|
||||
cy.get('input[name="email"]').type('cypress@example.com');
|
||||
cy.get('input[name="password"]').type('changeme');
|
||||
cy.get('form button:first').click();
|
||||
cy.get('form button:last').click();
|
||||
cy.get('.navbar-nav .avatar').should('be.visible');
|
||||
// logout:
|
||||
cy.clearLocalStorage();
|
||||
|
Reference in New Issue
Block a user