Our UI test suites are showing some unexpected behaviour where our Create Password screen intermittently auto-completes both the username and password - this results in the test being failed.
The process is something like:
This last step fails because the passwords in both fields have been auto-completed.
This happens for about one in every ten to twenty test executions.
Our …