When I try to press switcher icon, nothing changes. Only raw preview is available.
Here my snapshot:
exports[`<Auth /> Auth with mode "reset_password" should match snapshot 1`] = `
<div>
<h1 class="App-title is-hero mbxl">
Reset Password
</h1>
<form class="base-form">
<div>
<div class="base-form-body">
<div class="base-form-group">
<div class="base-form-group-title">
Reset Password
</div>
<div class="base-form-row is-first">
<label class="base-form-label"
for="email"
>
Your email
</label>
<input type="email"
name="email"
class="base-input"
value="vlad.serebriakov@talkable.com"
>
</div>
</div>
</div>
<div class="base-form-footer">
<input type="submit"
value="Reset Password"
class="base-btn is-success is-xl ac-reset-password-button"
>
</div>
</div>
</form>
</div>
`;
Any thoughts?
When I try to press switcher icon, nothing changes. Only raw preview is available.
Here my snapshot:
Any thoughts?