mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Clean up users before each test,
as we don't know which order they run
This commit is contained in:
@ -5,6 +5,7 @@ describe('Upstream endpoints', () => {
|
||||
let upstreamId;
|
||||
|
||||
before(() => {
|
||||
cy.resetUsers();
|
||||
cy.getToken().then((tok) => {
|
||||
token = tok;
|
||||
});
|
||||
|
Reference in New Issue
Block a user