Skip to content

Commit

Permalink
chore: fix visual test in picasso
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrl committed Nov 10, 2023
1 parent 204767b commit e575535
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress/component/Page.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +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', () => {
cy.viewport(1280, 800)
it('retains sticky position when Drawer is open', () => {
cy.mount(<DrawerContent />)

cy.getByTestId(TestIds.MENU_CONTAINER)
Expand Down

0 comments on commit e575535

Please sign in to comment.