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)