diff --git a/cypress/component/Page.spec.tsx b/cypress/component/Page.spec.tsx index 77cec275011..40d1307a966 100644 --- a/cypress/component/Page.spec.tsx +++ b/cypress/component/Page.spec.tsx @@ -255,8 +255,7 @@ describe('Page', () => { variant: 'default/sticky-sidebar-scroll-bottom', }) }) - // TODO: restore in https://toptal-core.atlassian.net/browse/FX-4358 - it.skip('retains sticky position when Drawer is open', () => { + it('retains sticky position when Drawer is open', () => { cy.viewport(1280, 800) cy.mount()