Skip to content

Commit

Permalink
fix(docs): playwright - setCookies types (#3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed May 21, 2023
1 parent ecb334c commit cd50be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare namespace CodeceptJS {

type Cookie = {
name: string;
value: string;
value: string | boolean;
domain?: string,
path?: string,
};
Expand Down

0 comments on commit cd50be3

Please sign in to comment.