From 69d25fc8efe67203f2f16fd60d3a998dab0d3983 Mon Sep 17 00:00:00 2001 From: Mikhail Korolev Date: Fri, 10 Nov 2023 11:55:54 +0100 Subject: [PATCH] chore: fix visual test in picasso --- cypress/component/Page.spec.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()