Replies: 1 comment
-
Actually the code snippet for the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I was using headlessui version
1.6.0
and after update to the latest one (1.7.13
) my tests started to failing with:I saw in the tests from headlessui that they have this code to make the tests work:
But, when I add this, my tests still fail. Seems that the
Dialog
that I have in my screen do not open. They open when I run my app, but I think this Fake implementation is not allows the dialog to be displayed.Any tips about how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions