Yuki Takei 4 лет назад
Родитель
Сommit
8e176f7038

+ 1 - 3
packages/app/src/components/Sidebar.tsx

@@ -68,9 +68,7 @@ const SidebarContentsWrapper = () => {
           stickyElemSelector=".grw-sidebar"
           calcViewHeight={calcViewHeight}
         >
-          <div id="grw-sidebar-content-container" className="grw-sidebar-content-container">
-            <SidebarContents />
-          </div>
+          <SidebarContents />
         </StickyStretchableScroller>
       </div>
 

+ 1 - 1
packages/app/test/cypress/integration/1-install/install.spec.ts

@@ -53,7 +53,7 @@ context('Installing', () => {
     cy.getByTestid('btnSubmit').click();
 
     cy.screenshot(`${ssPrefix}-installed`, {
-      blackout: ['.grw-sidebar-content-container'],
+      blackout: ['#grw-sidebar-contents-wrapper'],
     });
   });