Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
03fbd6cf
Commit
03fbd6cf
authored
Feb 22, 2021
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix frontend tests
parent
b9a0f928
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
spec/frontend/artifacts_settings/components/__snapshots__/keep_latest_artifact_checkbox_spec.js.snap
.../__snapshots__/keep_latest_artifact_checkbox_spec.js.snap
+0
-1
spec/frontend/monitoring/components/duplicate_dashboard_form_spec.js
...nd/monitoring/components/duplicate_dashboard_form_spec.js
+1
-1
No files found.
spec/frontend/artifacts_settings/components/__snapshots__/keep_latest_artifact_checkbox_spec.js.snap
View file @
03fbd6cf
...
...
@@ -7,7 +7,6 @@ exports[`Keep latest artifact checkbox when application keep latest artifact set
<b-form-checkbox-stub
checked="true"
class="gl-form-checkbox"
plain="true"
value="true"
>
<strong
...
...
spec/frontend/monitoring/components/duplicate_dashboard_form_spec.js
View file @
03fbd6cf
...
...
@@ -23,7 +23,7 @@ describe('DuplicateDashboardForm', () => {
findByRef
(
ref
).
setValue
(
val
);
};
const
setChecked
=
(
value
)
=>
{
const
input
=
wrapper
.
find
(
`.
form-check
-input[value="
${
value
}
"]`
);
const
input
=
wrapper
.
find
(
`.
custom-control
-input[value="
${
value
}
"]`
);
input
.
element
.
checked
=
true
;
input
.
trigger
(
'
click
'
);
input
.
trigger
(
'
change
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment