diff options
Diffstat (limited to 'cypress/support/commands.ts')
-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 1d7efe52075..8d78c3db166 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -184,7 +184,7 @@ Cypress.Commands.add('mkdir', (user: User, target: string) => { cy.log(`Created directory ${target}`, response) } catch (error) { cy.log('error', error) - throw new Error('Unable to process fixture') + throw new Error('Unable to create directory') } }) }) |