Test d'édition du patient d'une consultation en flux souvent en échec
Il arrive souvent qu'on ait l'erreur suivante, dans la CI :
1) FlowingConsultations As a connected user who can edit a patient regarding flowing consultations regarding an existing patient I can edit the patient
Failure/Error: click_button 'DUPONT Camille'
Selenium::WebDriver::Error::ElementClickInterceptedError:
Element <button class="btn btn-light dropdown-toggle" type="button"> is not clickable at point (717,199) because another element <div class="modal-backdrop fade show"> obscures it
[Screenshot Image]: /builds/yNPdVSzE/1/filae/src/src/tmp/screenshots/failures_r_spec_example_groups_flowing_consultations_2_as_a_connected_user_who_can_edit_a_patient_regarding_flowing_consultations_regarding_an_existing_patient_i_can_edit_the_patient_28.png
# RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
# WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:191:5
# ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:335:5
# webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:176:11
# interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:135:11
# clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:204:29
# receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31
# ./spec/system/flowing_consultations_spec.rb:985:in `block (7 levels) in <main>'
# ./spec/system/flowing_consultations_spec.rb:984:in `block (6 levels) in <main>'
# ./spec/system/flowing_consultations_spec.rb:982:in `block (5 levels) in <main>'