From: Stephen Smith Date: Tue, 21 Jun 2022 16:09:20 +0000 (-0400) Subject: 19153: Fix cypress test X-Git-Tag: 2.5.0~49^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/9876549a482c2c330143f5c9eebc8ab47cb8fa1d 19153: Fix cypress test Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js index 7590cce4..c4983e3e 100644 --- a/cypress/integration/project.spec.js +++ b/cypress/integration/project.spec.js @@ -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']}); }); });