-
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.
Migrate WalkTeamMembersField.vue from bootstrap-vue to vuetify 2 #248
- Loading branch information
1 parent
2b9602c
commit 84cda78
Showing
3 changed files
with
96 additions
and
80 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
.text-disabled { | ||
color: rgba(0,0,0,.38) !important; | ||
} | ||
|
||
.v-btn { | ||
text-transform: none !important; | ||
} | ||
|
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 |
---|---|---|
|
@@ -5,13 +5,14 @@ Feature: An user can do a walk with preset walkTeamMembers | |
| email | | ||
| client@gmx.de | | ||
Given the following users exists: | ||
| email | client | | ||
| karl@gmx.de | client@gmx.de | | ||
| pinky@gmx.de | client@gmx.de | | ||
| brain@gmx.de | client@gmx.de | | ||
| email | client | isEnabled | | ||
| karl@gmx.de | client@gmx.de | 1 | | ||
| pinky@gmx.de | client@gmx.de | 1 | | ||
| brain@gmx.de | client@gmx.de | 1 | | ||
| disabled@gmx.de | client@gmx.de | 0 | | ||
Given the following teams exists: | ||
| name | users | ageRanges | client | initialMembersConfig | | ||
| Westhang | karl@gmx.de,pinky@gmx.de,brain@gmx.de | 1-10,3-12, 13 - 90 | client@gmx.de | mitglieder | | ||
| name | users | ageRanges | client | initialMembersConfig | | ||
| Westhang | karl@gmx.de,pinky@gmx.de,brain@gmx.de,disabled@gmx.de | 1-10,3-12, 13 - 90 | client@gmx.de | mitglieder | | ||
Given the following systemic questions exists: | ||
| question | client | | ||
| How old? | client@gmx.de | | ||
|
@@ -39,6 +40,7 @@ Feature: An user can do a walk with preset walkTeamMembers | |
When I enter "Arschkalt" in "Wetter" field | ||
|
||
When I click on test element "[email protected]" | ||
When I click on test element "[email protected]" | ||
|
||
When I select time "18:50" in time selector "startTimeTime" | ||
|
||
|
@@ -87,6 +89,7 @@ Feature: An user can do a walk with preset walkTeamMembers | |
When I enter "Arschkalt" in "Wetter" field | ||
Then I wait for test element "[email protected]" to be selected | ||
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 test element "[email protected]" to be not selected | ||
|
||
When I submit Runde beginnen formular | ||
|