X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f29a01e226a8d1ae737fa10a63ccee4691d2bc8d..d147177d6a86c45e41e921f119aa87609f4b89e9:/cypress/integration/project.spec.js 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'}); }); });