please, tests work...

This commit is contained in:
mlorb 2018-05-09 13:54:49 +02:00
parent ed03ed0c07
commit 48f8b19ef6
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ Scenario: User successfully Change password at Change your password page
Then I fill in "newpassword1234" in "#user_password" field
And I fill in "newpassword1234" in "#user_password_confirmation" field
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
@javascript

View file

@ -15,7 +15,7 @@ Scenario: Successful Log in
Given I am on Log in page
Then I fill in Email "night.slarker@gmail.com" and Password "mypassword1234"
And I click "Log in" button
Then I'm on the home page of "BioSistemika Process" team
Then I should be on homepage
@javascript
Scenario: Unsuccessful Log in

View file

@ -26,7 +26,7 @@ Feature: Sign up
| Full name | Email | Password | Password confirmation | Team name |
| Magnus | magnus@gmail.com | asdf1234 | asdf1234 | SpliceGirls |
And I click on "Sign up"
Then I'm on the home page of "SpliceGirls" team
Then I should be on homepage
@javascript
Scenario: Unsuccessful sign up, password confirmation does not match