I have just finished writing some tests for a section of my application. However the tests appear flaky and quite often complain that an element doesn’t exist, when it does. I have added:
wait.until(ExpectedConditions.elementToBeClickable(anotherproblem));
to my code but it doesn’t appear to be helping too much.
Does anyone have ideas on what I can do to make my tests more robust.
created
Jan '19
last reply
Jan '19
- 2
replies
- 208
views
- 3
users
- 1
link