Skip to content

Commit b62c91c

Browse files
committed
Fix errors
1 parent 0410cb1 commit b62c91c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

resources/js/Pages/Home.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@
237237
...mapState(useStore, ['loading']),
238238
},
239239
data(): HomeState {
240-
const store = useStore();
241240
return {
242241
validationError: null,
243242
faqDialog: false,

tests/Browser/Pages/HomePage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function elements()
4141
return [
4242
'@form' => '#items-form',
4343
'@items-input' => '@form textarea',
44-
'@items-input-validation-message' => '@form .cdx-text-area .wikit-ValidationMessage'
44+
'@items-input-validation-message' => '@form .cdx-field__validation-message'
4545
];
4646
}
4747
}

0 commit comments

Comments
 (0)