eschutho commented on a change in pull request #10916:
URL: 
https://github.com/apache/incubator-superset/pull/10916#discussion_r497703010



##########
File path: superset-frontend/src/components/ListView/ListView.tsx
##########
@@ -284,7 +284,10 @@ function ListView<T extends object = any>({
 
   return (
     <ListViewStyles fullHeight={fullHeight}>
-      <div className={`superset-list-view ${className}`}>
+      <div
+        data-test={`${className}`}
+        className={`superset-list-view ${className}`}

Review comment:
       do you want to use the classnames library here?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to