From d147177d6a86c45e41e921f119aa87609f4b89e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Fri, 10 Dec 2021 17:19:13 +0100 Subject: [PATCH] 17579: reverted color change MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- cypress/integration/project.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}); }); }); -- 2.30.2