Skip to content

Commit

Permalink
fix(web): do not return true from deleteCookie()
Browse files Browse the repository at this point in the history
If this is needed, we need to update the types in `ExternalDriver`.
  • Loading branch information
boneskull committed Apr 11, 2023
1 parent 928ffcc commit 5dd66d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/commands/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ const commands = {
}

await this._deleteCookie(cookie);
return true;
},
/**
* @this {XCUITestDriver}
Expand Down

0 comments on commit 5dd66d5

Please # to comment.