Open westin-m opened 4 weeks ago
Remove unnecessary usage of Thread.Sleep in the UiTestHelpers class.
Thread.Sleep
UiTestHelpers
Did you try this? I think we need to let some time for the web APIs to start?
I did try it and it worked when ran until failure. Nevertheless, I'll find a way to wait for all processes.
Remove unnecessary usage of
Thread.Sleep
in theUiTestHelpers
class.