Skip to content

Commit

Permalink
restore getFixtureBlob
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Oct 29, 2024
1 parent 620b2ad commit 584cd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 584cd74

Please sign in to comment.