[arvados] updated: 2.7.0-6294-g91567eb5ee

git repository hosting git at public.arvados.org
Tue Apr 9 17:37:35 UTC 2024


Summary of changes:
 .../src/views-components/sharing-dialog/sharing-dialog-component.tsx     | 1 +
 1 file changed, 1 insertion(+)

       via  91567eb5eed5ae55e941c581697b4ddd53ddacec (commit)
      from  ccf8e339aa90742cc9e45e35baa6825695fc90ca (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 91567eb5eed5ae55e941c581697b4ddd53ddacec
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Tue Apr 9 13:37:29 2024 -0400

    21313: moved data-cy to new button Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx b/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx
index a4800521de..8093b12011 100644
--- a/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx
+++ b/services/workbench2/src/views-components/sharing-dialog/sharing-dialog-component.tsx
@@ -182,6 +182,7 @@ export default (props: SharingDialogComponentProps) => {
                     <Button onClick={() => {
                             onSave();
                         }}
+                        data-cy="add-invited-people"
                         disabled={!saveEnabled}
                         color='primary'
                         variant='contained'

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list