it("tick on the project folder in sideNavigation",() => {
cy.get(":nth-child(5) > :nth-child(1) > .bp3-menu-item > .eccgui-icon").click();
cy.get("[data-test-id=empty-workspace-create-project-btn]").click();
cy.get("[data-test-id=project-import-link]").click();
const filepath = 'xxx.zip'
cy.get('.uppy-Root').attachFile(filepath);
cy.get('[data-test-id="startImportProjectBtn"]').click()
});here i am adding the zip folder in cypress but the zip folder is not adding in the drag n drop box