From b4b0bb18221051b5fd9077d87eb36fad23122789 Mon Sep 17 00:00:00 2001 From: Daniel Arnauer Date: Mon, 28 Mar 2022 17:43:51 +0200 Subject: [PATCH] trigger pipeline --- e2e-test/cypress/integration/disable_enable_user_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")