diff --git a/e2e-tests/cypress/e2e/UserProfile.ChangePassword.feature b/e2e-tests/cypress/e2e/UserProfile.ChangePassword.feature index b7aa6960c..6132c83ae 100644 --- a/e2e-tests/cypress/e2e/UserProfile.ChangePassword.feature +++ b/e2e-tests/cypress/e2e/UserProfile.ChangePassword.feature @@ -12,6 +12,7 @@ Feature: User profile - change password Given the user is logged in as "bob@baumeister.de" "Aa12345_" Scenario: Change password successfully + Given the user navigates to page "/overview" Given the user navigates to page "/settings" And the user opens the change password menu When the user fills the password form with: diff --git a/e2e-tests/cypress/reports/json_logs/messages.ndjson b/e2e-tests/cypress/reports/json_logs/messages.ndjson new file mode 100644 index 000000000..a9d6067ee --- /dev/null +++ b/e2e-tests/cypress/reports/json_logs/messages.ndjson @@ -0,0 +1 @@ +{"testRunStarted":{"timestamp":{"seconds":1745928000,"nanos":165000000}}}