Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/acceptance/features/webUILogin/login.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feature: login users

@TestAlsoOnExternalUserBackend
Scenario: simple user login
Given these users have been created with default attributes and skeleton files but not initialized:
Given these users have been created with default attributes and without skeleton files:
| username |
| user1 |
When user "user1" logs in using the webUI
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/webUILogin/resetPassword.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: reset the password
So that I can login to my account again after forgetting the password

Background:
Given these users have been created with default attributes and skeleton files but not initialized:
Given these users have been created with default attributes and without skeleton files:
| username |
| user1 |
And the user has browsed to the login page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: reset the password using an email address
So that I can login to my account again after forgetting the password

Background:
Given these users have been created with default attributes and skeleton files but not initialized:
Given these users have been created with default attributes and without skeleton files:
| username |
| user1 |
And the user has browsed to the login page
Expand Down