Skip to content

Commit

Permalink
bc-6354 added data-testids (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
csp175 authored Jan 24, 2024
1 parent 35d2edf commit a67048e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/organisms/administration/PrivacySettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
)
"
class="ml-1 mt-0"
data-testid="admin-school-toggle-student-visibility"
@input-changed="
($event) =>
$emit('update-privacy-settings', $event, 'teacher.STUDENT_LIST')
Expand Down Expand Up @@ -51,6 +52,7 @@
)
"
class="ml-1 mt-0"
data-testid="admin-school-toggle-learning-store"
@input-changed="
($event) =>
$emit('update-privacy-settings', $event, 'student.LERNSTORE_VIEW')
Expand Down

0 comments on commit a67048e

Please sign in to comment.