-
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.
Fix iWaitForTestElementToDisappear and support v-combobox in iClickOn…
…TestElement #248
- Loading branch information
1 parent
455bad8
commit c69adf5
Showing
27 changed files
with
98 additions
and
79 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
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
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 |
---|---|---|
|
@@ -20,21 +20,21 @@ Feature: An superadmin can impersonate any user | |
Given I am on "/benutzer" | ||
And I wait for "Nutzer wechseln" to appear | ||
|
||
When I click on element "[email protected]" | ||
When I click on test element "[email protected]" | ||
And I wait 1 second | ||
Then I should be on "/dashboard" | ||
|
||
And I wait for "Neue Streetwork-Runde" to appear | ||
And I should see "[email protected]" appear | ||
|
||
When I click on element "nav-user-item" | ||
When I click on test element "nav-user-item" | ||
Then I should see "Nutzerwechsel beenden" appear | ||
|
||
When I click on element "exit-switch-user" | ||
When I click on test element "exit-switch-user" | ||
Then I should see "[email protected]" disappear | ||
And I should see "[email protected]" appear | ||
|
||
When I click on element "nav-user-item" | ||
When I click on test element "nav-user-item" | ||
Then I should see "Nutzerwechsel beenden" disappear | ||
Then I should see "Nutzerwechsel" appear | ||
|
||
|
@@ -47,7 +47,7 @@ Feature: An superadmin can impersonate any user | |
Then I wait for "[email protected]" to appear | ||
And I wait for "Nutzer wechseln" to appear | ||
|
||
When I click on element "[email protected]" | ||
When I click on test element "[email protected]" | ||
And I wait 1 second | ||
Then I should be on "/benutzer" | ||
|
||
|
@@ -60,6 +60,6 @@ Feature: An superadmin can impersonate any user | |
Given I am authenticated as "[email protected]" | ||
Given I am on "/dashboard" | ||
|
||
When I click on element "nav-user-item" | ||
When I click on test element "nav-user-item" | ||
Then I should see "Was ist Swapp?" appear | ||
Then I should see "Nutzerwechsel" disappear |
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ Feature: A user can do a walk | |
|
||
And I wait for "Neuen Tag erstellen" to appear | ||
# open | ||
And I click on element "header-tag-create" | ||
And I click on test element "header-tag-create" | ||
And I wait for "PowderBlue" to appear | ||
And I wait for "[email protected]" to disappear | ||
|
||
|
@@ -72,7 +72,7 @@ Feature: A user can do a walk | |
|
||
And I wait for "Neuen Tag erstellen" to appear | ||
# open | ||
And I click on element "header-tag-create" | ||
And I click on test element "header-tag-create" | ||
And I wait for "PowderBlue" to appear | ||
And I wait for "[email protected]" to appear | ||
And I wait for "[email protected]" to appear |
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,10 +32,10 @@ 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 element "[email protected]" | ||
When I click on element "[email protected]" | ||
When I click on test element "[email protected]" | ||
When I click on test element "[email protected]" | ||
Then the element "button-team-form-change" should be enabled | ||
Then I click on element "button-team-form-change" | ||
Then I click on test element "button-team-form-change" | ||
Then I wait for "Das Team Superteam wurde erfolgreich geändert." to appear | ||
|
||
And I can find the following teams in database: | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ Feature: An admin can create a team | |
And I wait for "Westhang" to disappear | ||
|
||
# open | ||
And I click on element "header-team-create" | ||
And I click on test element "header-team-create" | ||
Then I wait for "Allgemeine Daten des Teams" to appear | ||
|
||
When I enter "clientIri<[email protected]>" in "clients" field | ||
|
@@ -43,11 +43,11 @@ Feature: An admin can create a team | |
When I enter "Superteam" in "name" field | ||
When I click on text "[email protected]" | ||
Then the element "button-team-form-create" should be enabled | ||
Then I click on element "button-team-form-create" | ||
Then I click on test element "button-team-form-create" | ||
|
||
And I click on text "Liste der Teams" | ||
# close create collapse | ||
And I click on element "header-team-create" | ||
And I click on test element "header-team-create" | ||
And I wait for "Liste der Teams" to appear | ||
And I wait for "Team bearbeiten" to appear | ||
And I can find the following teams in database: | ||
|
@@ -66,18 +66,18 @@ Feature: An admin can create a team | |
And I wait for "Westhang" to disappear | ||
|
||
# open | ||
And I click on element "header-team-create" | ||
And I click on test element "header-team-create" | ||
Then I wait for "Allgemeine Daten des Teams" to appear | ||
|
||
Then the element "button-team-form-create" should be disabled | ||
When I enter "Superteam" in "name" field | ||
When I click on text "[email protected]" | ||
Then the element "button-team-form-create" should be enabled | ||
Then I click on element "button-team-form-create" | ||
Then I click on test element "button-team-form-create" | ||
|
||
And I click on text "Liste der Teams" | ||
# close create collapse | ||
And I click on element "header-team-create" | ||
And I click on test element "header-team-create" | ||
And I wait for "Liste der Teams" to appear | ||
And I wait for "Team bearbeiten" to appear | ||
And I can find the following teams in database: | ||
|
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
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
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 |
---|---|---|
|
@@ -38,9 +38,9 @@ Feature: An user can do a walk with preset walkTeamMembers | |
When I enter "Freies Streetwork" in "Tageskonzept" field | ||
When I enter "Arschkalt" in "Wetter" field | ||
|
||
When I click on element "[email protected]" | ||
When I click on test element "[email protected]" | ||
|
||
When I click on element "startTimeTime" | ||
When I click on test element "startTimeTime" | ||
Then I wait for 'Schließen' to appear | ||
When I click on aria label "Verringern" | ||
|
||
|
@@ -65,13 +65,13 @@ Feature: An user can do a walk with preset walkTeamMembers | |
When I enter "Mein erster Lauf" in "Tageskonzept" field | ||
When I enter "Arschkalt" in "Wetter" field | ||
|
||
When I click on element "startTimeDate" | ||
When I click on test element "startTimeDate" | ||
Then I wait for 'Mit den Pfeiltasten durch den Kalender navigieren' to appear | ||
When I click on aria label "Nächster Monat" | ||
When I click on aria label "Nächster Monat" | ||
When I click on text "26" | ||
|
||
When I click on element "[email protected]" | ||
When I click on test element "[email protected]" | ||
|
||
When I click on text "Runde beginnen" | ||
Then I wait for "Runde beginnen" to disappear | ||
|
@@ -98,8 +98,8 @@ Feature: An user can do a walk with preset walkTeamMembers | |
Then I wait for test element "[email protected]" to be selected | ||
Then I wait for test element "[email protected]" to be not selected | ||
|
||
Then I wait for field 'button-walk-create' to be not disabled | ||
When I click on element "button-walk-create" | ||
Then I wait for test element 'button-walk-create' to be not disabled | ||
When I click on test element "button-walk-create" | ||
Then I wait for "Runde beginnen" to disappear | ||
And I wait for "Wegpunkte der Runde" to appear | ||
|
||
|
Oops, something went wrong.