15685: Fixed a rename test case that shouldn't be allowed on WB2.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 12 Nov 2020 00:44:29 +0000 (21:44 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Thu, 12 Nov 2020 00:44:29 +0000 (21:44 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

cypress/integration/collection-panel.spec.js

index c3f729f9f5cfde8909a0dd4d9ec5cc1ab3aa60e4..c20c8ca87e767bfe11fc61311904867eee66f046 100644 (file)
@@ -142,9 +142,7 @@ describe('Collection panel tests', function() {
                 ['bar', '&'],
                 ['&', 'foo'],
                 ['foo', '&amp;'],
-                ['&amp;', 'I ❤️ ⛵️'],
-                ['I ❤️ ⛵️', ' baz'],
-                [' baz', ' '] // Must be the last case as cy.contains(' ') doesn't work
+                ['&amp;', 'I ❤️ ⛵️']
             ];
             nameTransitions.forEach(([from, to]) => {
                 cy.get('[data-cy=collection-files-panel]')