From 9876549a482c2c330143f5c9eebc8ab47cb8fa1d Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Tue, 21 Jun 2022 12:09:20 -0400 Subject: [PATCH] 19153: Fix cypress test Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- 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 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']}); }); }); -- 2.30.2