From 6546a1c2a2d9e72c9d3bba6b310ee8a3123c9434 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 6 Jul 2023 15:45:15 +0200 Subject: [PATCH] Revert "make e2e test for reporting testing" This reverts commit eb0f63fe6c53e2dd67c501c965d0411f5fab0234. --- e2e-tests/cypress/e2e/User.Authentication.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"