diff --git a/test/unit/specs/components/draft.spec.js b/test/unit/specs/components/draft.spec.js index 98c0a282e..be2400fc3 100644 --- a/test/unit/specs/components/draft.spec.js +++ b/test/unit/specs/components/draft.spec.js @@ -65,7 +65,7 @@ describe('Draft saving', () => { }, ) - it.only('should auto-save if it is enabled', async function () { + it('should auto-save if it is enabled', async function () { vi.useFakeTimers() const wrapper = mount(PostStatusForm, mountOpts()) const store = useMergedConfigStore()