use rendezvousparis instead of online appointment

This commit is contained in:
2023-03-18 11:46:14 +01:00
parent 506b05d5f5
commit c036311afa
+1 -1
View File
@@ -114,7 +114,7 @@ class CommandorPage {
// log(e) // log(e)
// } // }
try { try {
this.page.locator(':nth-match(:text("Online Appointment"), 1)').click() this.page.locator(':nth-match(:text("rendezvousparis"), 1)').click()
} catch (e) { } catch (e) {
log(e) log(e)
this.isTerminated = true this.isTerminated = true