From 3b9b89685aa1a452add4a18751ca0539f20a21bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Mon, 12 Oct 2020 18:27:43 +0200 Subject: [PATCH] 16037: Fix for cypress test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- cypress/integration/collection-panel.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}) -- 2.30.2