From 8215749553ee49b33a46cd2dca9a21aba32add90 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Fri, 9 Dec 2022 14:22:17 +0100 Subject: [PATCH] enriche search text --- src/workers/CommandorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 208b986..d94112a 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -36,7 +36,7 @@ const CAPTCHA_ERROR_MESSAGE = "Error verifying captcha, please try again" const CAPTCHA_ERROR_MESSAGE_FR = "La vérification du captcha a échoué" REGEX_RDV_URL = "https:\/\/rendezvousparis\.hermes\.com\/client\/register\/[A-Z0-9]+" const DEFAULT_STORE = 'faubourg'; -const searchTexts = ['hermes+rdv', 'hermes+rendezvous', 'hermes+appointment', 'appointment+hermes', 'online+appointment+hermes', 'hermes+online+appointment'] +const searchTexts = ['hermes+rdv', 'hermes+rendezvous', 'hermes+appointment', 'appointment+hermes','hermes+rendez+vous', 'online+appointment+hermes', 'hermes+online+appointment'] function delay(delayInMs) { return new Promise(resolve => {