Skip to content

Commit

Permalink
still resolve with cleared cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Nov 1, 2019
1 parent 2feec55 commit f6c74b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/lib/browsers/cdp_automation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export const CdpAutomation = (sendDebuggerCommandFn: SendDebuggerCommand) => {

return sendDebuggerCommandFn('Network.deleteCookies', _.pick(cookieToBeCleared, 'name', 'domain'))
})
.return(null)
case 'is:automation:client:connected':
return true
case 'remote:debugger:protocol':
Expand Down

0 comments on commit f6c74b0

Please sign in to comment.