[arvados-workbench2] updated: 2.4.0-132-g9e1a1602
git repository hosting
git at public.arvados.org
Thu Jun 9 19:31:16 UTC 2022
Summary of changes:
src/components/collection-panel-files/collection-panel-files.tsx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
via 9e1a1602bfb2c5b3bc5962a26adfda4995d99dfe (commit)
from 37ac0456c08539e33759833c0128fd99367b044b (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 9e1a1602bfb2c5b3bc5962a26adfda4995d99dfe
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Thu Jun 9 16:30:29 2022 -0300
19007: Fixes test by setting the 'data-cy' prop on the correct element.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/src/components/collection-panel-files/collection-panel-files.tsx b/src/components/collection-panel-files/collection-panel-files.tsx
index f565fba9..06b3c507 100644
--- a/src/components/collection-panel-files/collection-panel-files.tsx
+++ b/src/components/collection-panel-files/collection-panel-files.tsx
@@ -580,8 +580,11 @@ export const CollectionPanelFiles = withStyles(styles)(connect((state: RootState
</span>
<Tooltip title="More options" disableFocusListener>
<IconButton data-id='moreOptions'
+ data-cy='file-item-options-btn'
className={classes.moreOptionsButton}>
- <MoreOptionsIcon data-cy='file-item-options-btn' data-id='moreOptions' className={classes.moreOptions} />
+ <MoreOptionsIcon
+ data-id='moreOptions'
+ className={classes.moreOptions} />
</IconButton>
</Tooltip>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list