diff --git a/e2e-tests/cypress/e2e/User.Authentication.feature b/e2e-tests/cypress/e2e/User.Authentication.feature index e0e3d16eb..3b460efc6 100644 --- a/e2e-tests/cypress/e2e/User.Authentication.feature +++ b/e2e-tests/cypress/e2e/User.Authentication.feature @@ -12,6 +12,6 @@ Feature: User authentication Scenario: Log in successfully Given the user navigates to page "/login" - When the user submits the credentials "bibi@bloxberg.de" "Aa12345_X" + When the user submits the credentials "bibi@bloxberg.de" "Aa12345_" Then the user is logged in with username "Bibi Bloxberg"