mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 16:45:18 +08:00
please, tests work...
This commit is contained in:
parent
ed03ed0c07
commit
48f8b19ef6
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ Scenario: User successfully Change password at Change your password page
|
||||||
Then I fill in "newpassword1234" in "#user_password" field
|
Then I fill in "newpassword1234" in "#user_password" field
|
||||||
And I fill in "newpassword1234" in "#user_password_confirmation" field
|
And I fill in "newpassword1234" in "#user_password_confirmation" field
|
||||||
And I click "Change my password" button
|
And I click "Change my password" button
|
||||||
Then I'm on the home page of "BioSistemika Process" team
|
Then I should be on homepage
|
||||||
And I should see "Your password has been changed successfully. You are now logged in." flash message
|
And I should see "Your password has been changed successfully. You are now logged in." flash message
|
||||||
|
|
||||||
@javascript
|
@javascript
|
||||||
|
|
|
@ -15,7 +15,7 @@ Scenario: Successful Log in
|
||||||
Given I am on Log in page
|
Given I am on Log in page
|
||||||
Then I fill in Email "night.slarker@gmail.com" and Password "mypassword1234"
|
Then I fill in Email "night.slarker@gmail.com" and Password "mypassword1234"
|
||||||
And I click "Log in" button
|
And I click "Log in" button
|
||||||
Then I'm on the home page of "BioSistemika Process" team
|
Then I should be on homepage
|
||||||
|
|
||||||
@javascript
|
@javascript
|
||||||
Scenario: Unsuccessful Log in
|
Scenario: Unsuccessful Log in
|
||||||
|
|
|
@ -26,7 +26,7 @@ Feature: Sign up
|
||||||
| Full name | Email | Password | Password confirmation | Team name |
|
| Full name | Email | Password | Password confirmation | Team name |
|
||||||
| Magnus | magnus@gmail.com | asdf1234 | asdf1234 | SpliceGirls |
|
| Magnus | magnus@gmail.com | asdf1234 | asdf1234 | SpliceGirls |
|
||||||
And I click on "Sign up"
|
And I click on "Sign up"
|
||||||
Then I'm on the home page of "SpliceGirls" team
|
Then I should be on homepage
|
||||||
|
|
||||||
@javascript
|
@javascript
|
||||||
Scenario: Unsuccessful sign up, password confirmation does not match
|
Scenario: Unsuccessful sign up, password confirmation does not match
|
||||||
|
|
Loading…
Add table
Reference in a new issue