[ARVADOS-WORKBENCH2] updated: 2.3.0-58-gd147177d
Git user
git at public.arvados.org
Fri Dec 10 16:19:46 UTC 2021
Summary of changes:
cypress/integration/project.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d147177d6a86c45e41e921f119aa87609f4b89e9 (commit)
from f29a01e226a8d1ae737fa10a63ccee4691d2bc8d (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 d147177d6a86c45e41e921f119aa87609f4b89e9
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Fri Dec 10 17:19:13 2021 +0100
17579: reverted color change
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
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'});
});
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list