diff --git a/content_scripts/doctolib/book.js b/content_scripts/doctolib/book.js index 1f9609d..98aa436 100644 --- a/content_scripts/doctolib/book.js +++ b/content_scripts/doctolib/book.js @@ -407,6 +407,10 @@ fireFullClick(popupConfirmation); + // Ici la page entière recharge et le script ne peut pas continuer avec le choix du patient + // TODO: fix issue #70 see PR #81 for more information + throw new Error("Confirmation manuelle du RDV nécessaire"); + // Pour qui prenez-vous ce rendez-vous ? (moi) const masterPatientId = await waitForSelector( 'input[name="masterPatientId"]'