Can not set novalidate atttribute to form by Laravel dusk #6447
Unanswered
mingo023
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I am using Laravel Dusk to test the Nova admin. I have a test to assert that a field should be a valid URL. My idea is to set the
novalidateattribute on the form to disable the default HTML5 validation, so that I can useassertSeebecause HTML5 validation errors are rendered in the DOM. Thenovalidateattribute has been successfully set on the form, but it appears not to work, and the default behavior is still occurring.Detailed steps to reproduce the issue on a fresh Nova installation:
Beta Was this translation helpful? Give feedback.
All reactions