Skip to content

Commit cd50be3

Browse files
authored
fix(docs): playwright - setCookies types (#3627)
1 parent ecb334c commit cd50be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare namespace CodeceptJS {
1212

1313
type Cookie = {
1414
name: string;
15-
value: string;
15+
value: string | boolean;
1616
domain?: string,
1717
path?: string,
1818
};

0 commit comments

Comments
 (0)