Skip to content

Commit

Permalink
temporary fix to be more explicit about issue dunglas#70
Browse files Browse the repository at this point in the history
  • Loading branch information
hschaeidt committed Nov 27, 2021
1 parent 57fd583 commit 0043c5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content_scripts/doctolib/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]'
Expand Down

0 comments on commit 0043c5c

Please sign in to comment.