try correct name
This commit is contained in:
parent
06f37c968e
commit
1e07f83d10
|
|
@ -13,10 +13,10 @@ module.exports = async function(context, commands) {
|
||||||
|
|
||||||
await commands.measure.stop();
|
await commands.measure.stop();
|
||||||
|
|
||||||
await commands.wait.byTime(2000)
|
await commands.wait.byTime(2000);
|
||||||
|
|
||||||
await commands.measure.start('click_on_accept_button');
|
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();
|
await commands.measure.stop();
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue