Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nanosolutions's avatar

Testing Vue Forms in Dusk - not working

Hello

We have Laravel app that uses Vue as a frontend, we use Dusk to test screen and basic form in last few days the forms stopeed working and I pointed out to that if the is changed via JavaScript or Selenium it won't reftect in Vue and it wont trigger any event/change/input.

eg:

document.querySelector('#select').value = 'Full'

Then you can see how the value changes in browser, but the Vue value is still the old?

Anyone has same issue? Thanks P

0 likes
1 reply

Please or to participate in this conversation.