reset to "Online Appointment"

This commit is contained in:
2023-02-20 13:59:51 +01:00
parent 3ffc653f2c
commit e4693a17b6
+1 -1
View File
@@ -114,7 +114,7 @@ class CommandorPage {
// log(e) // log(e)
// } // }
try { try {
this.page.locator(':nth-match(:text("Paris Online Appointment"), 1)').click() this.page.locator(':nth-match(:text("Online Appointment"), 1)').click()
} catch (e) { } catch (e) {
log(e) log(e)
this.isTerminated = true this.isTerminated = true