diff --git a/src/specs/test.e2e.ts b/src/specs/test.e2e.ts index a7e2d75..e8ecf79 100644 --- a/src/specs/test.e2e.ts +++ b/src/specs/test.e2e.ts @@ -35,8 +35,7 @@ describe("Abstracta Tests", () => { await timedStep("Validate iPhone is not present in the products cart and the cart is empty", () => storeOperations.validateCartIsEmpty()); await timedStep("Taking and screenshot of this step", () => - baseClass.takeScreenshot()); - console.log("TESTING JENKINS WEEBHOOK") + baseClass.takeScreenshot()); }); /*