From 584cd743b60b4d50dbb1df7bc3f6b01f287b6fe8 Mon Sep 17 00:00:00 2001 From: Rodrigo Quelca Date: Tue, 29 Oct 2024 16:38:53 -0400 Subject: [PATCH] restore getFixtureBlob --- tests/e2e/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/support/commands.js b/tests/e2e/support/commands.js index 4ce0931a8..6a9da03a5 100644 --- a/tests/e2e/support/commands.js +++ b/tests/e2e/support/commands.js @@ -79,7 +79,7 @@ Cypress.Commands.add("socketEventNext", (event, body) => { * @param {String} type - content type of the uploaded file * @return {Promise} Resolves with blob containing fixture contents */ -function getFixtureBlob(fileUrl, type, c) { +function getFixtureBlob(fileUrl, type) { return type === "application/json" ? cy .fixture(fileUrl)