[ARVADOS-WORKBENCH2] updated: 2.2.1-71-g1f30af23
Git user
git at public.arvados.org
Mon Aug 16 20:05:06 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 2 --
1 file changed, 2 deletions(-)
via 1f30af2350ce0ef9b7a0c40d7c931a7ff9c2cc6c (commit)
from ed9e3a9e1e1dcdec012ff3b03d0cf1b87c4ffb6b (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 1f30af2350ce0ef9b7a0c40d7c931a7ff9c2cc6c
Author: Stephen Smith <stephen at curii.com>
Date: Mon Aug 16 16:00:08 2021 -0400
15159: Update cypress tests to not expect open file in new tab
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index c169de2f..9b761599 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -189,7 +189,6 @@ describe('Collection panel tests', function () {
.contains(fileName).rightclick({ force: true });
cy.get('[data-cy=context-menu]')
.should('contain', 'Download')
- .and('contain', 'Open in new tab')
.and('contain', 'Copy to clipboard')
.and(`${isWritable ? '' : 'not.'}contain`, 'Rename')
.and(`${isWritable ? '' : 'not.'}contain`, 'Remove');
@@ -198,7 +197,6 @@ describe('Collection panel tests', function () {
.contains(subDirName).rightclick({ force: true });
cy.get('[data-cy=context-menu]')
.should('not.contain', 'Download')
- .and('contain', 'Open in new tab')
.and('contain', 'Copy to clipboard')
.and(`${isWritable ? '' : 'not.'}contain`, 'Rename')
.and(`${isWritable ? '' : 'not.'}contain`, 'Remove');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list