We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0410cb1 commit b62c91cCopy full SHA for b62c91c
resources/js/Pages/Home.vue
@@ -237,7 +237,6 @@
237
...mapState(useStore, ['loading']),
238
},
239
data(): HomeState {
240
- const store = useStore();
241
return {
242
validationError: null,
243
faqDialog: false,
tests/Browser/Pages/HomePage.php
@@ -41,7 +41,7 @@ public function elements()
41
return [
42
'@form' => '#items-form',
43
'@items-input' => '@form textarea',
44
- '@items-input-validation-message' => '@form .cdx-text-area .wikit-ValidationMessage'
+ '@items-input-validation-message' => '@form .cdx-field__validation-message'
45
];
46
}
47
0 commit comments