Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbrown committed Dec 26, 2024
1 parent b2174fb commit 21a5f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ exports[`ManageUsersContainer loads the component and displays users successfull
<a
aria-label="Page 1"
class="is-active"
href="/settings/1"
href="/settings/users/1"
>
<span>
1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports[`Header displays correctly 1`] = `
<a
class="prime-nav-link"
data-testid="mobile-settings-button"
href="/settings/1"
href="/settings/users/1"
id="mobile-settings-button"
role="link"
>
Expand Down Expand Up @@ -272,7 +272,7 @@ exports[`Header displays correctly 1`] = `
<a
class="prime-nav-link"
data-testid="desktop-settings-button"
href="/settings/1"
href="/settings/users/1"
id="desktop-settings-button"
role="link"
>
Expand Down

0 comments on commit 21a5f9b

Please sign in to comment.