Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106_2022_02
boco-frontend
Commits
9baa7d6b
Commit
9baa7d6b
authored
3 years ago
by
henrikburmann
Browse files
Options
Downloads
Patches
Plain Diff
UserItems tests
parent
c220a377
No related branches found
No related tags found
1 merge request
!167
User itemstests
Pipeline
#182545
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/unit/component-tests/user-component-tests/__snapshots__/user-items.spec.js.snap
+9
-3
9 additions, 3 deletions
...ser-component-tests/__snapshots__/user-items.spec.js.snap
with
9 additions
and
3 deletions
tests/unit/component-tests/user-component-tests/__snapshots__/user-items.spec.js.snap
+
9
−
3
View file @
9baa7d6b
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment