[arvados-workbench2] updated: 2.4.0-140-g92bab478
git repository hosting
git at public.arvados.org
Tue Jun 21 15:28:00 UTC 2022
Summary of changes:
cypress/integration/project.spec.js | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
via 92bab47864916d852ef1c8f9579dafe8ae40f124 (commit)
from 95bba613751af0c9371e15dc8d2d1612079a6fe5 (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 92bab47864916d852ef1c8f9579dafe8ae40f124
Author: Stephen Smith <stephen at curii.com>
Date: Tue Jun 21 11:27:38 2022 -0400
19153: Fix project 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 7371ed06..7590cce4 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -82,7 +82,8 @@ describe('Project tests', function() {
.then(function() {
expect(this.projects).to.have.lengthOf(1);
expect(this.projects[0].properties).to.deep.equal(
- {IDTAGCOLORS: 'IDVALCOLORS3'});
+ // Pink is not in the test vocab
+ {IDTAGCOLORS: ['IDVALCOLORS1', 'IDVALCOLORS3', 'Pink']});
});
});
@@ -245,7 +246,7 @@ describe('Project tests', function() {
cy.getAll('@mainProject')
.then(function ([mainProject]) {
cy.loginAs(adminUser);
-
+
cy.get('[data-cy=side-panel-tree]').contains('Groups').click();
cy.get('[data-cy=uuid]').eq(0).invoke('text').then(uuid => {
@@ -277,4 +278,4 @@ describe('Project tests', function() {
});
});
});
-});
\ No newline at end of file
+});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list