-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElementClickInterceptedError using Selenium in 5.1.0 #4762
Comments
Hi @damian, Thanks for reporting this and providing an example to quickly reproduce the issue. Looks like we missed the disappearance of the We're working on a long-term way to test for this so it doesn't disappear again without us noticing after we add it back and will ship as soon as we get it ready. Apologies for the unexpected breakage and thanks for your patience. |
No worries - thanks for acknowledging this and putting in a fix just as quickly, its very much appreciated 🙌 |
Version 5.1.0 of govuk-frontend contains refactoring to the CSS for radio buttons and checkboxes, this change resulted in tests throwing an `ElementClickInterceptedError`. This was logged as a GitHub issue in govuk-frontend - alphagov/govuk-frontend#4762 This issue was fixed in version 5.2.0 - alphagov/govuk-frontend#4768
Version 5.1.0 of govuk-frontend contains refactoring to the CSS for radio buttons and checkboxes, this change resulted in tests throwing an `ElementClickInterceptedError`. This was logged as a GitHub issue in govuk-frontend - alphagov/govuk-frontend#4762 This issue was fixed in version 5.2.0 - alphagov/govuk-frontend#4768
Version 5.1.0 of govuk-frontend contains refactoring to the CSS for radio buttons and checkboxes, this change resulted in tests throwing an `ElementClickInterceptedError`. This was logged as a GitHub issue in govuk-frontend - alphagov/govuk-frontend#4762 This issue was fixed in version 5.2.0 - alphagov/govuk-frontend#4768
Version 5.1.0 of govuk-frontend contains refactoring to the CSS for radio buttons and checkboxes, this change resulted in tests throwing an `ElementClickInterceptedError`. This was logged as a GitHub issue in govuk-frontend - alphagov/govuk-frontend#4762 This issue was fixed in version 5.2.0 - alphagov/govuk-frontend#4768
Version 5.1.0 of govuk-frontend contains refactoring to the CSS for radio buttons and checkboxes, this change resulted in tests throwing an `ElementClickInterceptedError`. This was logged as a GitHub issue in govuk-frontend - alphagov/govuk-frontend#4762 This issue was fixed in version 5.2.0 - alphagov/govuk-frontend#4768
Version 5.1.0 of govuk-frontend contains refactoring to the CSS for radio buttons and checkboxes, this change resulted in tests throwing an `ElementClickInterceptedError`. This was logged as a GitHub issue in govuk-frontend - alphagov/govuk-frontend#4762 This issue was fixed in version 5.2.0 - alphagov/govuk-frontend#4768
Description of the issue
5.1.0 contains some refactoring to the CSS for radio buttons and checkboxes resulting in these form controls no longer able to be selected / checked by ID using Selenium. This really should have been a breaking change in my opinion, as it will break a lot of acceptance test suites(including ours).
Steps to reproduce the issue
Actual vs expected behaviour
The text was updated successfully, but these errors were encountered: