try correct name

This commit is contained in:
soulgalore 2023-12-31 10:18:39 +01:00
parent 06f37c968e
commit 1e07f83d10
1 changed files with 2 additions and 2 deletions

View File

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