test: update snapshots
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user