-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure user store for e2e tests (#8871)
- Loading branch information
1 parent
3d4c461
commit 52d90f4
Showing
7 changed files
with
107 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,10 +91,10 @@ Feature: users management | |
And "Admin" opens the "admin-settings" app | ||
And "Admin" navigates to the users management page | ||
When "Admin" changes userName to "anna" for user "Alice" using the sidebar panel | ||
And "Admin" changes displayName to "Anna Murphy" for user "Alice" using the sidebar panel | ||
And "Admin" changes email to "[email protected]" for user "Alice" using the sidebar panel | ||
And "Admin" changes password to "password" for user "Alice" using the sidebar panel | ||
And "Admin" changes role to "Space Admin" for user "Alice" using the sidebar panel | ||
And "Admin" changes displayName to "Anna Murphy" for user "anna" using the sidebar panel | ||
And "Admin" changes email to "[email protected]" for user "anna" using the sidebar panel | ||
And "Admin" changes password to "password" for user "anna" using the sidebar panel | ||
And "Admin" changes role to "Space Admin" for user "anna" using the sidebar panel | ||
And "Admin" logs out | ||
When "anna" logs in | ||
Then "anna" should have self info: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters