[arvados-workbench2] updated: 2.4.0-141-g9876549a
git repository hosting
git at public.arvados.org
Tue Jun 21 16:10:19 UTC 2022
Summary of changes:
cypress/integration/project.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9876549a482c2c330143f5c9eebc8ab47cb8fa1d (commit)
from 92bab47864916d852ef1c8f9579dafe8ae40f124 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9876549a482c2c330143f5c9eebc8ab47cb8fa1d
Author: Stephen Smith <stephen at curii.com>
Date: Tue Jun 21 12:09:20 2022 -0400
19153: Fix cypress test
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
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']});
});
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list