Skip to content

Commit

Permalink
Merge branch 'global-element-api' of https://github.com/yashPratp983/…
Browse files Browse the repository at this point in the history
…nightwatch into global-element-api
  • Loading branch information
yashPratp983 committed Aug 9, 2023
2 parents b15e01f + 14d51fe commit d0f988a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/_loaders/element-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ElementGlobal {
return;
}

const byLocator=Locator.create(locator);
const byLocator = Locator.create(locator);

this.element = await this.transport.driver.wait(until.elementLocated(byLocator), this.timeout, null, this.retryInterval);
}
Expand Down

0 comments on commit d0f988a

Please sign in to comment.