21224: merged main to pass int tests
[arvados.git] / services / workbench2 / src / components / data-explorer / data-explorer.tsx
index 82c4ed721f9116c871d81e6356077c187a104c9a..d1e55b7c8b530ef30f15f8ba01cde16f4fd04876 100644 (file)
@@ -205,7 +205,7 @@ export const DataExplorer = withStyles(styles)(
                         wrap="nowrap"
                         className={classes.container}
                     >
-                        <div className={classes.titleWrapper} style={currentRoute?.includes('search-results') || !!progressBar ? {marginBottom: '-20px'} : {}}>
+                        <div data-cy="title-wrapper" className={classes.titleWrapper} style={currentRoute?.includes('search-results') || !!progressBar ? {marginBottom: '-20px'} : {}}>
                             {title && (
                                 <Grid
                                     item