thucydides-webtests/thucydides

Web-tests bypassing form validation?

Closed this issue · 1 comments

When running web-tests, we are finding that they enter values for various types of inputs in a form, but the form validation is not enabling the submit button (once all mandatory fields have values or similar conditions are met), this behavior does not occur when we test manually however.
This could be a timing issue, or to do with the need to tab out of inputs after entering values in them, the test needs to wait for some page elements to load, not sure if this is having an impact.