17579: reverted color change
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Fri, 10 Dec 2021 16:19:13 +0000 (17:19 +0100)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Fri, 10 Dec 2021 16:19:13 +0000 (17:19 +0100)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

cypress/integration/project.spec.js

index 23e1ba248584ed1883180a98667ae36e8b310167..b3d6bbed83b657ab3990c0aeb435aa1a34b8e67a 100644 (file)
@@ -64,7 +64,7 @@ describe('Project tests', function() {
         .then(function() {
             expect(this.projects).to.have.lengthOf(1);
             expect(this.projects[0].properties).to.deep.equal(
-                { Color: 'Magenta' });
+                {IDTAGCOLORS: 'IDVALCOLORS3'});
         });
     });