diff --git a/lib/api/_loaders/element-global.js b/lib/api/_loaders/element-global.js index c0ab172c35..fa1c2a28b1 100644 --- a/lib/api/_loaders/element-global.js +++ b/lib/api/_loaders/element-global.js @@ -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); }