summaryrefslogtreecommitdiff
path: root/cypress/support/commands.ts
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-05-26 21:16:22 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2024-05-26 21:16:22 +0100
commit80aa81a22ef00331942fe6d066e1f9d5e58df33f (patch)
tree8a2d887367776ec0dc396524251022a02e8569ce /cypress/support/commands.ts
parent0015f431ee7fc319b70ae92a4b8f06b68ad5878a (diff)
fix cypress tests
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>;
}
}