mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Cypress upgrade
This commit is contained in:
@ -19,7 +19,6 @@ Cypress.Commands.add('randomString', (length) => {
|
||||
result += characters.charAt(Math.floor(Math.random() * charactersLength));
|
||||
}
|
||||
return result;
|
||||
// cy.wrap(result);
|
||||
});
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user