Browse Source

add data-testid

Shun Miyazawa 2 years ago
parent
commit
519cca52ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/PageEditor/EditorNavbarBottom.tsx

+ 1 - 1
apps/app/src/components/PageEditor/EditorNavbarBottom.tsx

@@ -73,7 +73,7 @@ const EditorNavbarBottom = (): JSX.Element => {
   const isCollapsedOptionsSelectorEnabled = !isDeviceLargerThanLg;
   const isCollapsedOptionsSelectorEnabled = !isDeviceLargerThanLg;
 
 
   return (
   return (
-    <div className={`${isCollapsedOptionsSelectorEnabled ? 'fixed-bottom' : ''} `}>
+    <div className={`${isCollapsedOptionsSelectorEnabled ? 'fixed-bottom' : ''} `} data-testid="grw-editor-navbar-bottom">
       {/* Collapsed SlackNotification */}
       {/* Collapsed SlackNotification */}
       {isSlackConfigured && (
       {isSlackConfigured && (
         <Collapse isOpen={isSlackExpanded && !isDeviceLargerThanLg}>
         <Collapse isOpen={isSlackExpanded && !isDeviceLargerThanLg}>