diff options
Diffstat (limited to 'cypress/support')
| -rw-r--r-- | cypress/support/commands.ts | 2 | 
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>;      }  }  | 
