Laravel Dusk does not render the success message when filling in the form #28
Unanswered
GijsGoudzwaard
asked this question in
Bugs
Replies: 2 comments
-
I'd accept a PR that fixes this 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like this might be because of the spam prevention: the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The success message does not render when testing the support bubble with laravel dusk. When filling in the form as a user then it does render normally. So it only happens inside the tests. Using the code below with the default dusk configuration.
Here is a screencast where you can see it happen. When it shows the white box it should be showing the success message, but it does not render anything. There are no errors in the console and the HTTP request returns a HTTP status of 200.
Screen.Recording.2022-04-27.at.21.04.24.mov
Beta Was this translation helpful? Give feedback.
All reactions