This repository was archived by the owner on Mar 17, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Fix issue #57 Update frontend_user tests #61
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
111fd8f
Fix issue_#57 Update frontend_user tests as per commented in PR #51
pritalpatel b613ab0
[codestyle] Adding docblock and code style improvement in Robo and us…
pritalpatel 998109e
Verify in backend that user is created
pritalpatel 6eed248
Fix scenario in user_frontend.feature to proper English
pritalpatel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -14,6 +14,7 @@ Feature: Users Frontend | |
And I create a user with fields Name "User Two", Username "user2", Password "pass2" and Email "[email protected]" | ||
And I press the "Register" button | ||
Then I should see "Could not instantiate mail function." message | ||
And user "User Two" is created | ||
|
||
Scenario: check the created user in the backend | ||
Given I am on the User Manager page | ||
|
@@ -45,6 +46,7 @@ Feature: Users Frontend | |
Then I should see the name "User Three" | ||
|
||
Scenario: Test last login date | ||
Given Needs to user "User Two" logged in at least once | ||
Given I am on the User Manager page | ||
And User "User Three" did login at least once | ||
When I login as a super admin from backend | ||
Then I should see last login date for "User Three" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't it be "User Two"? |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need the check here, don't we? :)