[ARVADOS-WORKBENCH2] updated: 1.4.1-464-g3b9b8968
Git user
git at public.arvados.org
Mon Oct 12 16:28:28 UTC 2020
Summary of changes:
cypress/integration/collection-panel.spec.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 3b9b89685aa1a452add4a18751ca0539f20a21bb (commit)
from 2e33e6cf5b5beb180bcbad716be11881a1882079 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3b9b89685aa1a452add4a18751ca0539f20a21bb
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Mon Oct 12 18:27:43 2020 +0200
16037: Fix for cypress test
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
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
+})
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list