This guide covers several common issues you might encounter when running acceptance tests in Codeception, particularly when dealing with authentication flows and UI interactions.
If your acceptance tests require login and clicks stop working after authentication, the issue might be Chrome's password leak detection. When you log in with a password that has been found in a data breach, Chrome displays a warning bubble ("Password found in data leak") that can prevent subsequent click interactions from working properly.