another fix

This commit is contained in:
soulgalore 2024-01-01 21:45:16 +01:00
parent 1e07f83d10
commit 1ad2d61f8b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {