update vitest
This commit is contained in:
@@ -117,6 +117,6 @@ describe("Reset page", () => {
|
|||||||
token: "some-token",
|
token: "some-token",
|
||||||
});
|
});
|
||||||
await flushPromises();
|
await flushPromises();
|
||||||
expect(wrapper.router.push).toHaveBeenCalledWith({ name: RouteName.HOME });
|
expect(wrapper.router.push).toHaveBeenCalledWith({ name: RouteName.LOGIN });
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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>
|
<p>Enter your email address below, and we'll email you instructions on how to change your password.</p>
|
||||||
<div>
|
<div>
|
||||||
<transition-stub name="fade" appear="false" persisted="false" css="true">
|
<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">
|
<div class="o-notification__wrapper">
|
||||||
<!---->
|
<!---->
|
||||||
@@ -41,7 +41,7 @@ exports[`SendPasswordReset > Show simple 2`] = `
|
|||||||
</article>
|
</article>
|
||||||
</transition-stub>
|
</transition-stub>
|
||||||
<transition-stub name="fade" appear="false" persisted="false" css="true">
|
<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">
|
<div class="o-notification__wrapper">
|
||||||
<!---->
|
<!---->
|
||||||
|
|||||||
Reference in New Issue
Block a user