rusackas commented on a change in pull request #11254:
URL: 
https://github.com/apache/incubator-superset/pull/11254#discussion_r504947200



##########
File path: superset-frontend/src/dashboard/components/Header.jsx
##########
@@ -384,7 +387,7 @@ class Header extends React.PureComponent {
 
         <div className="button-container">
           {userCanSaveAs && (
-            <div className="button-container">
+            <div className="button-container" data-test="button-container">

Review comment:
       ```suggestion
               <div className="button-container" 
data-test="dashboard-edit-actions">
   ```
   Maybe something a bit more explicit like so?




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to