diff --git a/apps/browser/src/vault/popup/components/vault-v2/view-v2/view-v2.component.spec.ts b/apps/browser/src/vault/popup/components/vault-v2/view-v2/view-v2.component.spec.ts index dd2c3e0252c..dbb16bf83a8 100644 --- a/apps/browser/src/vault/popup/components/vault-v2/view-v2/view-v2.component.spec.ts +++ b/apps/browser/src/vault/popup/components/vault-v2/view-v2/view-v2.component.spec.ts @@ -531,10 +531,10 @@ describe("ViewV2Component", () => { expect(openSimpleDialog).toHaveBeenCalledTimes(1); }); - it("navigates back", async () => { + it("navigates to vault", async () => { await component.delete(); - expect(back).toHaveBeenCalledTimes(1); + expect(mockNavigate).toHaveBeenCalledWith(["/tabs/vault"]); }); it("stops scroll position service", async () => {