Skip to content

Commit

Permalink
fix(cozy-harvest-lib): Re-enable skipped ConfigurationTab unit test
Browse files Browse the repository at this point in the history
This test has been disabled in 8be8fc7

Now that we fixed cozy-keys-lib v4 usage, this test is also fixed
  • Loading branch information
Ldoppea committed Nov 14, 2022
1 parent 691d47b commit b815eab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ describe('ConfigurationTab', () => {
expect(deleteAccount).toHaveBeenCalled()
})

xit('should display deletion modal when clicking on disconnect this account (vault needs to be unlocked, connector policy saves in vault)', async () => {
it('should display deletion modal when clicking on disconnect this account (vault needs to be unlocked, connector policy saves in vault)', async () => {
findKonnectorPolicy.mockReturnValue({ saveInVault: true })
useVaultClient.mockReturnValue({
isLocked: jest.fn().mockResolvedValue(true)
Expand Down

0 comments on commit b815eab

Please sign in to comment.