mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
fix e2e test
This commit is contained in:
@@ -41,7 +41,7 @@ describe("Create User", () => {
|
||||
|
||||
// Act
|
||||
cy.visit("/users/create");
|
||||
cy.byTestId("input-username").type(newUser);
|
||||
cy.byTestId("input-username").clear().type(newUser).should("have.value", newUser);
|
||||
cy.byTestId("input-displayname").type(newUser);
|
||||
cy.byTestId("input-password").type(password);
|
||||
cy.byTestId("input-password-confirmation").type(password);
|
||||
|
||||
Reference in New Issue
Block a user