test: update snapshots

This commit is contained in:
nsprenkle
2023-03-07 17:29:52 -05:00
parent 315ca34121
commit dab11db684

View File

@@ -41,7 +41,7 @@ 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>
@@ -57,7 +57,7 @@ exports[`AuthenticatedUserDropdown snapshots with enterprise dashboard 1`] = `
Explore courses
</Dropdown.Item>
<Dropdown.Item
href="http://localhost:18000/account/settings"
href="http://localhost:1997/"
>
Account
</Dropdown.Item>
@@ -108,12 +108,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>