From e4693a17b6ff66b1a577a3d577095017e4fc504e Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Mon, 20 Feb 2023 13:59:51 +0100 Subject: [PATCH] reset to "Online Appointment" --- 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 63b16d6..a47377e 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("Paris Online Appointment"), 1)').click() + this.page.locator(':nth-match(:text("Online Appointment"), 1)').click() } catch (e) { log(e) this.isTerminated = true