You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a recurring bug, Cerberus often considers actions as passed while they haven't been done, which makes tests crash on another step than the one that is problematic.
According to the screenshots linked with the issue, Cerberus states that it clicked an "Add to basket" button (in dutch) but the button isn't even visible on the screen which makes the rest of the test impossible to run. But the element isn't absent, a scroll is needed to display the element as it's in a lower part of the page.
The text was updated successfully, but these errors were encountered:
Is that a reproducible issue ?
Is that only on Appium or Selenium also ?
In such cases, the best is to perform a control to secure that expected result occurs. It could happen that Selenium is too fast to trigger the event (depending on how the page is build, sometimes the event occurs before the needed js is loaded to handle it).
Hello, I have a recurring bug, Cerberus often considers actions as passed while they haven't been done, which makes tests crash on another step than the one that is problematic.
According to the screenshots linked with the issue, Cerberus states that it clicked an "Add to basket" button (in dutch) but the button isn't even visible on the screen which makes the rest of the test impossible to run. But the element isn't absent, a scroll is needed to display the element as it's in a lower part of the page.
The text was updated successfully, but these errors were encountered: