mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 19:24:48 +08:00
Fix test
This commit is contained in:
parent
88c092dc98
commit
2bab528278
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Scenario: Successfully changes user email
|
|||
And I change "nonadmin@myorg.com" with "user@myorg.com" email
|
||||
And I fill in "mypassword1234" in "#edit-email-current-password" field of ".settings-page-email" form
|
||||
Then I click "Save" button
|
||||
And I should see "user@myorg.com" in ".settings-page-email" input field
|
||||
And I should see "user@myorg.com"
|
||||
|
||||
@javascript
|
||||
Scenario: Unsuccessful Password Change, password is too short
|
||||
|
|
Loading…
Reference in a new issue