From 596247dcf9c2ce934cfe69dca677ef19632a8ac8 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 27 Jan 2021 13:10:27 +0100 Subject: [PATCH] run prettier on integration test --- packages/webapp/cypress/integration/intergration.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/cypress/integration/intergration.spec.js b/packages/webapp/cypress/integration/intergration.spec.js index 061eb6fc..6651ee43 100644 --- a/packages/webapp/cypress/integration/intergration.spec.js +++ b/packages/webapp/cypress/integration/intergration.spec.js @@ -17,7 +17,7 @@ context("Skynet", () => { const fileName = "check.json"; cy.wait(1000); // delay for drag-and-drop to work properly every time - cy.get('.home-upload input[type="file"]').attachFile(fileName, { subjectType: 'drag-n-drop' }); + cy.get('.home-upload input[type="file"]').attachFile(fileName, { subjectType: "drag-n-drop" }); cy.get(".home-upload").scrollIntoView(); cy.get(".home-uploaded-files").children().should("have.length", 1);