From bbabffa88cf2e73b7c691cd19832340906fa65f3 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 28 Aug 2024 15:17:17 +0200 Subject: [PATCH] E2E delete recorded video if spec passed (2) --- alfa-client/apps/alfa-e2e/cypress.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/alfa-client/apps/alfa-e2e/cypress.config.ts b/alfa-client/apps/alfa-e2e/cypress.config.ts index 4b0131d939..1e57f65df3 100644 --- a/alfa-client/apps/alfa-e2e/cypress.config.ts +++ b/alfa-client/apps/alfa-e2e/cypress.config.ts @@ -1,7 +1,6 @@ import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset'; import { defineConfig } from 'cypress'; -const fs = require('fs'); const cypressConfig = require('./cypress.config.json'); const cypressEvents = require('./src/support/cypress-tasks.ts'); -- GitLab