diff --git a/cypress/utils/commands.js b/cypress/utils/commands.js index 89244bc8b..619fc8704 100644 --- a/cypress/utils/commands.js +++ b/cypress/utils/commands.js @@ -4,8 +4,6 @@ */ import { BASE_PATH, IM_API } from "./constants"; -const fs = require("fs"); -const path = require("path"); export const ADMIN_AUTH = { username: Cypress.env("username"),