You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my phpunit test i want to signin a form and then submit but the submit function isn't doing anything.
In my test i go to the login page take a screenshot.
fillin the form and submit and take another screenshot, i see that the form is filled in what i've entered but it's not submitting.
In my phpunit test i want to signin a form and then submit but the submit function isn't doing anything.
In my test i go to the login page take a screenshot.
fillin the form and submit and take another screenshot, i see that the form is filled in what i've entered but it's not submitting.
screen.png
screen2.png
Edit:
when i replace
$loginButton->submit()
to$client->submit($loginButton->form());
it work so it looks like it's a bugThe text was updated successfully, but these errors were encountered: