Skip to content

Commit

Permalink
Fix acceptance features #248
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Jan 10, 2025
1 parent 7182b69 commit 03c8cc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/assets/js/components/PasswordChange.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
:type="passwordFieldType"
label="Passwort wiederholen"
placeholder="Passwort"
ame="passwordRepeat"
name="passwordRepeat"
data-test="passwordRepeat"
autocomplete="off"
hide
Expand Down
2 changes: 1 addition & 1 deletion web/assets/js/components/Tags/TagCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</template>
</v-select>
<v-select
v-if="!isSuperAdmin"
v-if="isSuperAdmin"
v-model="client"
data-test="client"
label="Für welchen Klienten?"
Expand Down
1 change: 0 additions & 1 deletion web/tests/Acceptance/features/tag_list.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions web/tests/Acceptance/features/team_change_minimal.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03c8cc2

Please sign in to comment.