19153: Fix cypress test
[arvados-workbench2.git] / 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
-                {IDTAGCOLORS: ['IDVALCOLORS1', 'IDVALCOLORS3', 'Pink']});
+                {IDTAGCOLORS: ['IDVALCOLORS3', 'Pink', 'IDVALCOLORS1']});
         });
     });