make e2e test for reporting testing

This commit is contained in:
mahula 2023-07-06 10:26:08 +02:00
parent 010a72ddbf
commit eb0f63fe6c

View File

@ -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_"
When the user submits the credentials "bibi@bloxberg.de" "Aa12345_X"
Then the user is logged in with username "Bibi Bloxberg"