Replies: 2 comments 9 replies
-
@savifon Can you try to make a minimal repro using https://stackblitz.com/edit/vitest-dev-vitest-f3vu9l?file=package.json&initialPath=__vitest__ ? Please remove all the unrelated code so we can focus on the issue at hand, and we'll see if we have an idea 👍 |
Beta Was this translation helpful? Give feedback.
-
This is quite an old discussion but maybe for reference to help others I added a comment here with a snipped on how I worked around it if you're using transition delays and stuff you may have to fake timers and force them to tick over the duration amount (depends if they are implemented using js or css) |
Beta Was this translation helpful? Give feedback.
-
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