Replies: 3 comments 4 replies
-
Have you tried debugging that your Also be aware that this is probably not doing what you expect, in a UnitTest scenario.
|
Beta Was this translation helpful? Give feedback.
-
@kostyrin I know MudBlazor uses bUnit to test their components, so I would check in their repo how they test MudTooltip. You can also check out the discussion forum here, others before you have asked about testing components that use Mud. I will convert this issue to a QA discussion. |
Beta Was this translation helpful? Give feedback.
-
we can close the discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
BUnit doesn't work with MudTooltip
Good afternoon,
I wrote a sample
Example:
Testing this component:
With this test:
Markup:
Results in this output:
Expected behavior:
When click at the button we will see a message: pass the test
Version info:
Additional context:
Nothing happened when trying to debug the clicking or when set a break inside openDialog method
Beta Was this translation helpful? Give feedback.
All reactions