diff --git a/spec/e2e/pbivizInfoSpec.js b/spec/e2e/pbivizInfoSpec.js index 6bbf833b..36085437 100644 --- a/spec/e2e/pbivizInfoSpec.js +++ b/spec/e2e/pbivizInfoSpec.js @@ -66,7 +66,7 @@ describe("E2E - pbiviz info", () => { expect(error).toBeDefined(); expect(error.status).toBe(1); - expect(error.message).toContain("Error: pbiviz.json not found. You must be in the root of a visual project to run this command"); + expect(error.message).toContain("pbiviz.json not found. You must be in the root of a visual project to run this command"); }); diff --git a/spec/e2e/pbivizPackageSpec.js b/spec/e2e/pbivizPackageSpec.js index 4db61ac9..619c9950 100644 --- a/spec/e2e/pbivizPackageSpec.js +++ b/spec/e2e/pbivizPackageSpec.js @@ -73,7 +73,7 @@ describe("E2E - pbiviz package", () => { } expect(error).toBeDefined(); expect(error.status).toBe(1); - expect(error.message).toContain("Error: pbiviz.json not found. You must be in the root of a visual project to run this command"); + expect(error.message).toContain("pbiviz.json not found. You must be in the root of a visual project to run this command"); }); it("Should throw error if there is nothing to produce", () => { diff --git a/spec/e2e/pbivizStartSpec.js b/spec/e2e/pbivizStartSpec.js index 3d32441d..cc956639 100644 --- a/spec/e2e/pbivizStartSpec.js +++ b/spec/e2e/pbivizStartSpec.js @@ -90,7 +90,7 @@ describe("E2E - pbiviz start", () => { } expect(error).toBeDefined(); expect(error.status).toBe(1); - expect(error.message).toContain("Error: pbiviz.json not found. You must be in the root of a visual project to run this command"); + expect(error.message).toContain("pbiviz.json not found. You must be in the root of a visual project to run this command"); }); it("Should generate statistic files without flags", (done) => {