Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Aug 8, 2023
1 parent d45e64f commit 14d51fe
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 14d51fe

Please sign in to comment.