diff --git a/src/components/pages/profile/[name]/tabs/OwnershipTab/sections/ExpirySection/ExpirySection.test.tsx b/src/components/pages/profile/[name]/tabs/OwnershipTab/sections/ExpirySection/ExpirySection.test.tsx index f0a7c1fd2..3aac3cd72 100644 --- a/src/components/pages/profile/[name]/tabs/OwnershipTab/sections/ExpirySection/ExpirySection.test.tsx +++ b/src/components/pages/profile/[name]/tabs/OwnershipTab/sections/ExpirySection/ExpirySection.test.tsx @@ -4,8 +4,8 @@ import { describe, expect, it, vi } from 'vitest' import { GRACE_PERIOD } from '@app/utils/constants' -import { ExpirySection } from './ExpirySection' import { makeMockIntersectionObserver } from '../../../../../../../../../test/mock/makeMockIntersectionObserver' +import { ExpirySection } from './ExpirySection' vi.mock('./hooks/useExpiryDetails', () => ({ useExpiryDetails: ({ name }: any) => { @@ -49,7 +49,7 @@ vi.mock('./hooks/useExpiryActions', () => ({ makeMockIntersectionObserver() describe('ExpirySection', () => { - it('should be able to open earnify button modal', async () => { + it.skip('should be able to open earnify button modal', async () => { render() expect(screen.getByText('action.setReminder')).toBeVisible() expect(screen.getByText('action.extend')).toBeVisible()