concordion / cubano

A packaged framework for implementing web and API test suites. Builds on Concordion to bring your software delivery team together around living documentation.
http://concordion.org/cubano/framework
Apache License 2.0
15 stars 2 forks source link

Page helper refactor #104

Closed jimmykemp closed 5 years ago

jimmykemp commented 5 years ago

Harden the click of the element by surrounding with a webdriver wait.

For some systems under test, asserting that the element is clickable, then proceeding is not safe enough. Need to surround the click with a wait.