Merge branch '16037-download-selected-functionality-messes-up-file-names'
[arvados-workbench2.git] / cypress / integration / collection-panel.spec.js
index 6fc2d5656517ce3b7a6d76eda8659f81732be31c..c14101d8c15ed94f3f895942797efb7ae5782f14 100644 (file)
@@ -103,8 +103,8 @@ describe('Collection panel tests', function() {
                     cy.get('[data-cy=collection-files-panel-options-btn]')
                         .click()
                     cy.get('[data-cy=context-menu]')
-                        .should('contain', 'Download selected')
-                        .and(`${isWritable ? '' : 'not.'}contain`, 'Remove selected')
+                        // .should('contain', 'Download selected')
+                        .should(`${isWritable ? '' : 'not.'}contain`, 'Remove selected')
                         .type('{esc}'); // Collapse the options menu
                     // File item 'more options' button
                     cy.get('[data-cy=file-item-options-btn')
@@ -117,4 +117,4 @@ describe('Collection panel tests', function() {
             })
         })
     })
-})
\ No newline at end of file
+})