From: Daniel Kutyła Date: Mon, 12 Oct 2020 16:27:43 +0000 (+0200) Subject: 16037: Fix for cypress test X-Git-Tag: 2.1.1~11^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/3b9b89685aa1a452add4a18751ca0539f20a21bb 16037: Fix for cypress test Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- diff --git a/cypress/integration/collection-panel.spec.js b/cypress/integration/collection-panel.spec.js index 6fc2d565..c14101d8 100644 --- a/cypress/integration/collection-panel.spec.js +++ b/cypress/integration/collection-panel.spec.js @@ -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 +})