[ARVADOS-WORKBENCH2] updated: 2.1.0-62-g1b9616cd
Git user
git at public.arvados.org
Thu Nov 12 00:45:14 UTC 2020
Summary of changes:
cypress/integration/collection-panel.spec.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
via 1b9616cd4d120cdc473e457637287502fff531b8 (commit)
from 142654bd7633e8d2e038d28a28a3954928766e68 (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 1b9616cd4d120cdc473e457637287502fff531b8
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Nov 11 21:44:29 2020 -0300
15685: Fixed a rename test case that shouldn't be allowed on WB2.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/cypress/integration/collection-panel.spec.js b/cypress/integration/collection-panel.spec.js
index c3f729f9..c20c8ca8 100644
--- a/cypress/integration/collection-panel.spec.js
+++ b/cypress/integration/collection-panel.spec.js
@@ -142,9 +142,7 @@ describe('Collection panel tests', function() {
['bar', '&'],
['&', 'foo'],
['foo', '&'],
- ['&', 'I ❤️ ⛵️'],
- ['I ❤️ ⛵️', ' baz'],
- [' baz', ' '] // Must be the last case as cy.contains(' ') doesn't work
+ ['&', 'I ❤️ ⛵️']
];
nameTransitions.forEach(([from, to]) => {
cy.get('[data-cy=collection-files-panel]')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list