Skip to content

Commit

Permalink
trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Arnauer committed Mar 28, 2022
1 parent 7d7ef59 commit b4b0bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-test/cypress/integration/disable_enable_user_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe("Disable and enable users", function() {
.should("be.visible");
});

it("When the user has been enabled successfully, he/she is moved to the user list", function() {
it("When the user has been enabled successfully, the user is moved to the user list", function() {
// Disable user
cy.get(`[data-test=disable-user-${testUserId}]`)
.should("be.visible")
Expand Down

0 comments on commit b4b0bb1

Please sign in to comment.