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 a5b4546 commit 8736c84Copy full SHA for 8736c84
tests/FormValidationTest.php
@@ -65,6 +65,6 @@ public function inputComponentsHasValidationErrors()
65
</x-formulate::form>');
66
67
// test the component
68
- $view->assertHasElement('div > div')->withContent(config('formulate.form_error_message'));
+ $view->assertHasElement('div > div > div > div > div')->withContent(config('formulate.form_error_message'));
69
}
70
0 commit comments