test: update snapshots

This commit is contained in:
nsprenkle
2023-03-07 18:10:13 -05:00
parent 9f8249ef50
commit 94dd9e1cdd

View File

@@ -43,12 +43,12 @@ exports[`AuthenticatedUserDropdown snapshots with enterprise dashboard 1`] = `
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item
href="http://localhost:18000/u/username"
href="http://localhost:1995/u/username"
>
Profile
</Dropdown.Item>
<Dropdown.Item
href="http://localhost:18000/account/settings"
href="http://localhost:1997/"
>
Account
</Dropdown.Item>
@@ -94,12 +94,12 @@ exports[`AuthenticatedUserDropdown snapshots without enterprise dashboard and ex
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item
href="http://localhost:18000/u/username"
href="http://localhost:1995/u/username"
>
Profile
</Dropdown.Item>
<Dropdown.Item
href="http://localhost:18000/account/settings"
href="http://localhost:1997/"
>
Account
</Dropdown.Item>