[ARVADOS-WORKBENCH2] updated: 2.2.1-64-g6d6ea467
Git user
git at public.arvados.org
Thu Aug 12 18:01:04 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
via 6d6ea46757e93939c12d026faf9fd3c4d7b83122 (commit)
from dc63b1fd2a8cbf8c15c5521c27ff72bb5f94e9c7 (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 6d6ea46757e93939c12d026faf9fd3c4d7b83122
Author: Stephen Smith <stephen at curii.com>
Date: Thu Aug 12 13:59:51 2021 -0400
17532: Add cypress test for collection history username
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index e45971f4..c169de2f 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -534,10 +534,14 @@ describe('Collection panel tests', function () {
.within(() => {
// Version 1: 6 bytes in size
cy.get('[data-cy=collection-version-browser-select-1]')
- .should('contain', '1').and('contain', '6 B');
+ .should('contain', '1')
+ .and('contain', '6 B')
+ .and('contain', adminUser.user.uuid);
// Version 2: 3 bytes in size (one file removed)
cy.get('[data-cy=collection-version-browser-select-2]')
- .should('contain', '2').and('contain', '3 B');
+ .should('contain', '2')
+ .and('contain', '3 B')
+ .and('contain', activeUser.user.full_name);
cy.get('[data-cy=collection-version-browser-select-3]')
.should('not.exist');
cy.get('[data-cy=collection-version-browser-select-1]')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list