Skip to content

Commit

Permalink
test(pages): update password reset test
Browse files Browse the repository at this point in the history
Update snapshot
  • Loading branch information
joshuagraber committed Mar 25, 2024
1 parent 5bfd658 commit 2352399
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -41,6 +41,11 @@ exports[`Reset password page > With token (reset password) > With token, reset p
<!---->
<label class="pdap-input-label" for="confirmPassword">Confirm Password</label>
</div>
<ul class="text-med mb-8"> Passwords must be at least 8 characters and include: <li>1 uppercase letter</li>
<li>1 lowercase letter</li>
<li>1 number</li>
<li>1 special character</li>
</ul>
<button class="pdap-button pdap-button-primary max-w-full" type="submit">Change password</button>
</form>
</main>
Expand Down Expand Up @@ -71,6 +76,11 @@ exports[`Reset password page > With token (reset password) > With token, reset p
<!---->
<label class="pdap-input-label" for="confirmPassword">Confirm Password</label>
</div>
<ul class="text-med mb-8"> Passwords must be at least 8 characters and include: <li>1 uppercase letter</li>
<li>1 lowercase letter</li>
<li>1 number</li>
<li>1 special character</li>
</ul>
<button class="pdap-button pdap-button-primary max-w-full" type="submit">Change password</button>
</form>
</main>
Expand Down

0 comments on commit 2352399

Please sign in to comment.