-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7182b69
commit 03c8cc2
Showing
4 changed files
with
4 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,6 @@ Feature: A user can do a walk | |
And I wait for "Neuen Tag erstellen" to appear | ||
# open | ||
And I click on test element "header-tag-create" | ||
And I wait for "PowderBlue" to appear | ||
And I wait for "[email protected]" to disappear | ||
|
||
@javascript | ||
|
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 |
---|---|---|
|
@@ -32,8 +32,8 @@ Feature: An admin can change a team | |
|
||
Then the element "button-team-form-change" should be enabled | ||
When I enter "Superteam" in "name-change" field | ||
When I click on test element "change-users[email protected]" | ||
When I click on test element "change-users[email protected]" | ||
When I click on test element "walkTeamMember[email protected]" | ||
When I click on test element "walkTeamMember[email protected]" | ||
Then the element "button-team-form-change" should be enabled | ||
Then I click on test element "button-team-form-change" | ||
Then I wait for "Das Team Superteam wurde erfolgreich geändert." to appear | ||
|