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