Skip to content
Snippets Groups Projects
Commit 9baa7d6b authored by henrikburmann's avatar henrikburmann
Browse files

UserItems tests

parent c220a377
No related branches found
No related tags found
1 merge request!167User itemstests
Pipeline #182545 failed
......@@ -105,6 +105,7 @@ exports[`UserItems component renders correctly 1`] = `
</div>
</div>
<!-- Dropdown menu with options for editing an item and deleting an item -->
<button
class="w-10 h-10 text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 rounded-lg float-right text-sm p-1.5 DotButton"
data-dropdown-toggle="dropdown"
......@@ -112,13 +113,18 @@ exports[`UserItems component renders correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="w-6 h-6"
fill="currentColor"
viewBox="0 0 20 20"
fill="none"
stroke="currentColor"
stroke-width="2"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10 6a2 2 0 110-4 2 2 0 010 4zM10 12a2 2 0 110-4 2 2 0 010 4zM10 18a2 2 0 110-4 2 2 0 010 4z"
d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment