This question is locked. New answers and comments are not allowed.
Hi all,
I'm creating a lot of tests for a web application and they work well I launch them individually.
But when i put them into a Test list, the tests fail, usually when I'm checking if an element (in particular jquery modal popup) is not visible.
Here the code step
[CodedStep(@"Check popup closed")]public void StepX(){ Pages.AAA.BBB.Popup.Wait.ForVisibleNot(30000);}I would like to reiterate that the single tests work well, also if I launch them in the same order of the Test list.
Thanks for the support.
Davide