mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
Fix cypress by using new stage "TESTING"
Cypress did not work because of the stricter security header. We introduced a new stage named "TESTING" which ignores this security headers and allow testing tools to work as intended. Committed-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
@@ -34,6 +34,7 @@ describe("Repository File Search", () => {
|
||||
// Create user and login
|
||||
username = hri.random();
|
||||
password = hri.random();
|
||||
cy.restSetConfig({ enabledFileSearch: true });
|
||||
cy.restCreateUser(username, password);
|
||||
cy.restLogin(username, password);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user