DjAlan
DjAlan
Same problem in Visual Studio 2022 when you use package SkippableFact for Xunit. It causes non-stop discovery like 33% of the time.
> Same problem in Visual Studio 2022 when you use package SkippableFact for Xunit. It causes non-stop discovery like 33% of the time. I tested in a separate project and...
@maxkatz6 I changed my code and *most* of the clicks in my application work well by simply using: ``` Dispatcher.UIThread.RunJobs(); AvaloniaHeadlessPlatform.ForceRenderTimerTick(); ``` On the other hand, I experience problems when...
> According to me it is better to not mix the general timeout and wait until keywords, > > It is better to have the "wait until" keyword series independent...
@noubar Hello! TLDR: I would stop using the number of retries in the loop and let it be determined by the maximum timeout and the interval. I would use two...