19153: Fix cypress test 19153-sharing-links-inline
authorStephen Smith <stephen@curii.com>
Tue, 21 Jun 2022 16:09:20 +0000 (12:09 -0400)
committerStephen Smith <stephen@curii.com>
Tue, 21 Jun 2022 16:09:20 +0000 (12:09 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

cypress/integration/project.spec.js

index 7590cce4c7f7da9797d793fee5c6f040b330eba1..c4983e3e16bc5f135a0b6e4a29f24c3dad79bf58 100644 (file)
@@ -83,7 +83,7 @@ describe('Project tests', function() {
             expect(this.projects).to.have.lengthOf(1);
             expect(this.projects[0].properties).to.deep.equal(
                 // Pink is not in the test vocab
             expect(this.projects).to.have.lengthOf(1);
             expect(this.projects[0].properties).to.deep.equal(
                 // Pink is not in the test vocab
-                {IDTAGCOLORS: ['IDVALCOLORS1', 'IDVALCOLORS3', 'Pink']});
+                {IDTAGCOLORS: ['IDVALCOLORS3', 'Pink', 'IDVALCOLORS1']});
         });
     });
 
         });
     });