summaryrefslogtreecommitdiff
path: root/cypress/support/commands.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/support/commands.ts')
-rw-r--r--cypress/support/commands.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts
index eadcd20..6757255 100644
--- a/cypress/support/commands.ts
+++ b/cypress/support/commands.ts
@@ -46,7 +46,7 @@ declare namespace Cypress {
hostName: string;
creatorEmail: string;
},
- isPublic: boolean,
+ isPublic?: boolean,
): Chainable<Subject>;
}
}