diff options
Diffstat (limited to 'vid-webpack-master/cypress/integration/shared/error.message.popup.e2e.ts')
-rw-r--r-- | vid-webpack-master/cypress/integration/shared/error.message.popup.e2e.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/integration/shared/error.message.popup.e2e.ts b/vid-webpack-master/cypress/integration/shared/error.message.popup.e2e.ts index 69021132c..55f90cc69 100644 --- a/vid-webpack-master/cypress/integration/shared/error.message.popup.e2e.ts +++ b/vid-webpack-master/cypress/integration/shared/error.message.popup.e2e.ts @@ -24,7 +24,7 @@ describe('Error message popup', function () { it('error should display on api error', function () { // adding call with delay of 2000 sec - cy.readFile('/cypress/support/jsonBuilders/mocks/jsons/asyncInstantiation.json').then((res) => { + cy.readFile('cypress/support/jsonBuilders/mocks/jsons/asyncInstantiation.json').then((res) => { jsonBuilderInstantiationBuilder.basicJson(res, Cypress.config('baseUrl') + "/asyncInstantiation**", 500,0, "error 500 asyncInstantiation"); cy.openIframe('app/ui/#/instantiationStatus'); |