check search sentence

This commit is contained in:
2022-12-09 13:54:16 +01:00
parent fd37b50e1d
commit fde8eb294e
+1 -1
View File
@@ -89,7 +89,7 @@ class CommandorPage {
this.onResponse(response)
})
try {
await this.page.goto("https://www.google.com/search?q=hemes+rdv", {timeout: 90 * 1000});
await this.page.goto("https://www.google.com/search?q=hemes+appointment", {timeout: 90 * 1000});
// this.page.locator('h3:has-text("Online Appointment")').click()
// await this.page.goto(RDV_URL, {timeout: 90 * 1000});
} catch (e) {