another fix
This commit is contained in:
parent
1e07f83d10
commit
1ad2d61f8b
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue