Shun Miyazawa пре 2 година
родитељ
комит
519cca52ff
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 
   return (
-    <div className={`${isCollapsedOptionsSelectorEnabled ? 'fixed-bottom' : ''} `}>
+    <div className={`${isCollapsedOptionsSelectorEnabled ? 'fixed-bottom' : ''} `} data-testid="grw-editor-navbar-bottom">
       {/* Collapsed SlackNotification */}
       {isSlackConfigured && (
         <Collapse isOpen={isSlackExpanded && !isDeviceLargerThanLg}>