diff --git a/e2e-test/cypress/integration/disable_enable_user_spec.js b/e2e-test/cypress/integration/disable_enable_user_spec.js index 3854f66967..3498c51d50 100644 --- a/e2e-test/cypress/integration/disable_enable_user_spec.js +++ b/e2e-test/cypress/integration/disable_enable_user_spec.js @@ -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")