1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00
This commit is contained in:
jaasen-livefront
2026-02-03 17:22:33 -08:00
parent 905127462c
commit 718919ad14

View File

@@ -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 () => {