[ARVADOS-WORKBENCH2] updated: 2.3.0-47-g4a917782

Git user git at public.arvados.org
Wed Dec 1 19:32:30 UTC 2021


Summary of changes:
 cypress/integration/group-manage.spec.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

       via  4a917782a054773c2cb72f3ee364e2c0b02643e9 (commit)
      from  75f4aa52ad828eab58e43ea99bdded98b1a87aa1 (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 4a917782a054773c2cb72f3ee364e2c0b02643e9
Author: Stephen Smith <stephen at curii.com>
Date:   Wed Dec 1 14:32:13 2021 -0500

    18123: Test shared resource permission level in group permissions list.
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/cypress/integration/group-manage.spec.js b/cypress/integration/group-manage.spec.js
index 14abcd2d..c187320c 100644
--- a/cypress/integration/group-manage.spec.js
+++ b/cypress/integration/group-manage.spec.js
@@ -170,7 +170,11 @@ describe('Group manage tests', function() {
         cy.get('[data-cy=groups-panel-data-explorer]').contains(groupName).click();
         cy.get('[data-cy=group-details-permissions-tab]').click();
         cy.get('[data-cy=group-permissions-data-explorer]')
-            .contains('test-project');
+            .contains('test-project')
+            .parents('tr')
+            .within(() => {
+                cy.contains('Read');
+            });
     });
 
     it('removes users from the group', function() {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list