Skip to content

Commit

Permalink
David's comment: return
Browse files Browse the repository at this point in the history
Co-authored-by: David Murdoch <[email protected]>
  • Loading branch information
seaona and davidmurdoch authored Feb 12, 2025
1 parent 8e039b2 commit 4599be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/webdriver/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ class Driver {
* @throws {Error} Throws an error if the URL does not include the substring within the timeout period.
*/
async waitForUrlContaining({ url, timeout = this.timeout }) {
return await this.driver.wait(until.urlContains(url), timeout);
await this.driver.wait(until.urlContains(url), timeout);

Check failure on line 1177 in test/e2e/webdriver/driver.js

View workflow job for this annotation

GitHub Actions / Test lint / Test lint

Insert `··`
}

/**
Expand Down

0 comments on commit 4599be8

Please sign in to comment.