We sometimes get cucumber test errors after we added the cookie-banner-modal dialog ("Firing a click at coordinates [xxx] failed. Cuprite detected another element with CSS selector ... cookie-banner-modal ").
For example, this one sometimes fails:
bundle exec cucumber features/events/edit_future_event.feature
Increasing window_size: [1440, 1100] in capybara.rb config file seemed to help a little, but it would be nice to eliminate flakiness.
We sometimes get cucumber test errors after we added the cookie-banner-modal dialog ("Firing a click at coordinates [xxx] failed. Cuprite detected another element with CSS selector ... cookie-banner-modal ").
For example, this one sometimes fails:
bundle exec cucumber features/events/edit_future_event.feature
Increasing
window_size: [1440, 1100]
in capybara.rb config file seemed to help a little, but it would be nice to eliminate flakiness.