diff --git a/test/prepostscripts/windows.cjs b/test/prepostscripts/windows.cjs index c07cdccb9..2533b729d 100644 --- a/test/prepostscripts/windows.cjs +++ b/test/prepostscripts/windows.cjs @@ -16,7 +16,7 @@ module.exports = async function(context, commands) { await commands.wait.byTime(2000); await commands.measure.start('click_on_accept_button'); - await commands.click.byXpathAndWait('//*[@id=""onetrust-accept-btn-handler"]') + await commands.click.byXpathAndWait('//*[@id="onetrust-accept-btn-handler"]') await commands.measure.stop(); } catch (e) {