From: Daniel Kutyła Date: Fri, 10 Dec 2021 16:19:13 +0000 (+0100) Subject: 17579: reverted color change X-Git-Tag: 2.4.0~23^2~1 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/d147177d6a86c45e41e921f119aa87609f4b89e9 17579: reverted color change Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js index 23e1ba24..b3d6bbed 100644 --- a/cypress/integration/project.spec.js +++ b/cypress/integration/project.spec.js @@ -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'}); }); });