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
78bf5e1c
Commit
78bf5e1c
authored
Jul 24, 2020
by
Tom Quirk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Addressing reviewer feedback
- simplify selection of repositoryFeatureToggleButton
parent
eb5142cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
spec/frontend/pages/projects/shared/permissions/components/settings_panel_spec.js
...ects/shared/permissions/components/settings_panel_spec.js
+1
-4
No files found.
spec/frontend/pages/projects/shared/permissions/components/settings_panel_spec.js
View file @
78bf5e1c
...
...
@@ -353,10 +353,7 @@ describe('Settings Panel', () => {
// mount over shallowMount, because we are aiming to test rendered state of toggle
wrapper
=
mountComponent
({
currentSettings
:
{
lfsEnabled
:
true
}
},
mount
);
const
repositoryFeatureSetting
=
findRepositoryFeatureSetting
();
const
repositoryFeatureToggleButton
=
repositoryFeatureSetting
.
find
(
projectFeatureToggle
)
.
find
(
'
button
'
);
const
repositoryFeatureToggleButton
=
findRepositoryFeatureSetting
().
find
(
'
button
'
);
const
lfsFeatureToggleButton
=
findLFSFeatureToggle
().
find
(
'
button
'
);
const
isToggleButtonChecked
=
toggleButton
=>
toggleButton
.
classes
(
'
is-checked
'
);
...
...
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