run prettier on integration test

This commit is contained in:
Karol Wypchlo 2021-01-27 13:10:27 +01:00
parent a4fe1eb4dd
commit 596247dcf9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ context("Skynet", () => {
const fileName = "check.json"; const fileName = "check.json";
cy.wait(1000); // delay for drag-and-drop to work properly every time 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-upload").scrollIntoView();
cy.get(".home-uploaded-files").children().should("have.length", 1); cy.get(".home-uploaded-files").children().should("have.length", 1);