diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index dfcaafb..99595e3 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -114,7 +114,7 @@ class CommandorPage { // log(e) // } try { - this.page.locator(':nth-match(:text("Online Appointment"), 1)').click() + this.page.locator(':nth-match(:text("rendezvousparis"), 1)').click() } catch (e) { log(e) this.isTerminated = true