Closed usamabaig closed 5 years ago
Hey there,
Unfortunately we don't support this version anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so feel free to reply and we'll try to have a look.
Thanks!
Description:
The frontend is in VueJS
2.5.22
and Vuetify. I am try to test a scenario where a dialogue is open and in that dialogue, there is a multi select dropdown where multiple options can be choosed.I am trying to test this using dusk. Now if I first type something in the name input and then click on multi select dropdown using dusk, the test pass fine.
But if I click to open dialogue and then click on the multi select dropdown, the dropdown hides behind the dialogue
See the dropdown is hidden behind the dialogue and it throws error
Element <div class="v-input--selection-controls__ripple"></div> is not clickable at point (401, 630). Other element would receive the click: <div class="container grid-list-md">...</div>