diff --git a/spec/e2e/pbivizPackageSpec.js b/spec/e2e/pbivizPackageSpec.js index 8dad071b..ed8a1e1e 100644 --- a/spec/e2e/pbivizPackageSpec.js +++ b/spec/e2e/pbivizPackageSpec.js @@ -460,7 +460,7 @@ describe("E2E - pbiviz package", () => { } }); - fit("Should throw error if wrong file speciefied with --pbiviz-file flag", () => { + it("Should throw error if wrong file speciefied with --pbiviz-file flag", () => { const pbivizFile = 'testFile.json'; let error; diff --git a/spec/e2e/pbivizStartSpec.js b/spec/e2e/pbivizStartSpec.js index dabb7528..62186804 100644 --- a/spec/e2e/pbivizStartSpec.js +++ b/spec/e2e/pbivizStartSpec.js @@ -198,7 +198,7 @@ describe("E2E - pbiviz start", () => { }); }); - fit("Should throw error if wrong file speciefied with --pbiviz-file flag", () => { + it("Should throw error if wrong file speciefied with --pbiviz-file flag", () => { const pbivizFile = 'testFile.json'; let error;