-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SS-1177 add e2e test checking that changes in the user profile are sa…
…ved in the database (#256) Co-authored-by: akochari <[email protected]> Source: https://scilifelab.atlassian.net/browse/SS-1177 This task is to add a new test to our e2e tests that would check whether provided new information on the Edit profile page is actually saved in the database (i.e. displays when the user goes to the user profile page after saving the changes).
- Loading branch information
1 parent
f9e08bd
commit 36eb700
Showing
5 changed files
with
71 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,11 @@ | |
"username": "e2e_tests_deploy_app_user" | ||
}, | ||
"login_user": { | ||
"affiliation": "uu", | ||
"department": "e2e-tests-login-user-department-name", | ||
"email": "[email protected]", | ||
"first_name": "e2e-tests-login-user-first-name", | ||
"last_name": "e2e-tests-login-user-last-name", | ||
"password": "tesT12345@", | ||
"reset_password": "^x#^PbLnDY!{J0ju", | ||
"username": "e2e_tests_login_user" | ||
|
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