Replies: 1 comment
-
Minimal example to simulate the scenario: https://stackblitz.com/edit/vue3-vuex-router-jest-hbds1g |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a test that simulates the opening of a Modal (HeadlessUI), however, when performing the simulation of clicking the open button, the modal does not open. It just stays:
Modal.vue code:
App.vue Code:
Test:
I have already implemented the code provided in the documentation, but without success as well.
Thank you for your attention!
Beta Was this translation helpful? Give feedback.
All reactions