Can IRenderedFragment.WaitForElement()
be used similarly to WaitForAssertion()
?
#692
-
The docs state: Can
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @derek-baker
Can you post a snippet of the component and test which is flaky? |
Beta Was this translation helpful? Give feedback.
Hey @derek-baker
WaitForElement("css-selector");
simplified is aWaitForAssertion(() => cut.Find("css-selector"));
under the hood. So it makes sense that you test is flaky in both cases equally.Can you post a snippet of the component and test which is flaky?