Skip to content

Commit b752c41

Browse files
added cypress data prop
1 parent ac569f0 commit b752c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/documentation/components/ThemeSelectComponent.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
>
1111
<v-select
1212
v-model="library"
13+
data-cy="library-select"
1314
density="comfortable"
1415
item-value="id"
1516
:items="libraries"
@@ -28,6 +29,7 @@
2829
>
2930
<v-select
3031
v-model="theme"
32+
data-cy="theme-select"
3133
density="comfortable"
3234
item-value="id"
3335
:items="items"

0 commit comments

Comments
 (0)