From 1e07f83d10f78e3aa5f96fff247291d03febf2c3 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sun, 31 Dec 2023 10:18:39 +0100 Subject: [PATCH] try correct name --- test/prepostscripts/windows.cjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/prepostscripts/windows.cjs b/test/prepostscripts/windows.cjs index ec9d4fb53..c07cdccb9 100644 --- a/test/prepostscripts/windows.cjs +++ b/test/prepostscripts/windows.cjs @@ -13,10 +13,10 @@ module.exports = async function(context, commands) { await commands.measure.stop(); - await commands.wait.byTime(2000) + await commands.wait.byTime(2000); await commands.measure.start('click_on_accept_button'); - await commands.click.byXpathAndWait('//*[@id="onetrust-accept-btns-handlers"]') + await commands.click.byXpathAndWait('//*[@id=""onetrust-accept-btn-handler"]') await commands.measure.stop(); } catch (e) {