update vitest

This commit is contained in:
Massedil
2025-10-22 21:03:05 +02:00
committed by setop
parent bfb00fd050
commit 47042efac7
2 changed files with 3 additions and 3 deletions

View File

@@ -117,6 +117,6 @@ describe("Reset page", () => {
token: "some-token",
});
await flushPromises();
expect(wrapper.router.push).toHaveBeenCalledWith({ name: RouteName.HOME });
expect(wrapper.router.push).toHaveBeenCalledWith({ name: RouteName.LOGIN });
});
});

View File

@@ -32,7 +32,7 @@ exports[`SendPasswordReset > Show simple 2`] = `
<p>Enter your email address below, and we'll email you instructions on how to change your password.</p>
<div>
<transition-stub name="fade" appear="false" persisted="false" css="true">
<article title="Success" class="o-notification o-notification--success o-notification--top" data-oruga="notification">
<article class="my-2 o-notification o-notification--success o-notification--top" title="Success" data-oruga="notification">
<!---->
<div class="o-notification__wrapper">
<!---->
@@ -41,7 +41,7 @@ exports[`SendPasswordReset > Show simple 2`] = `
</article>
</transition-stub>
<transition-stub name="fade" appear="false" persisted="false" css="true">
<article class="o-notification o-notification--info o-notification--top" data-oruga="notification">
<article class="my-2 o-notification o-notification--info o-notification--top" data-oruga="notification">
<!---->
<div class="o-notification__wrapper">
<!---->