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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
c3be5cf5
Commit
c3be5cf5
authored
Sep 05, 2018
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix qa selector
parent
e11053d0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
app/views/admin/application_settings/repository.html.haml
app/views/admin/application_settings/repository.html.haml
+1
-1
app/views/admin/application_settings/show.html.haml
app/views/admin/application_settings/show.html.haml
+1
-1
qa/qa/page/admin/settings/main.rb
qa/qa/page/admin/settings/main.rb
+3
-2
No files found.
app/views/admin/application_settings/repository.html.haml
View file @
c3be5cf5
...
...
@@ -14,7 +14,7 @@
.settings-content
=
render
partial:
'repository_mirrors_form'
%section
.
qa-repository-storage-settings.
settings.as-repository-storage.no-animate
#js-repository-storage-settings
{
class:
(
'expanded'
if
expanded
)
}
%section
.settings.as-repository-storage.no-animate
#js-repository-storage-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
=
_
(
'Repository storage'
)
...
...
app/views/admin/application_settings/show.html.haml
View file @
c3be5cf5
...
...
@@ -47,7 +47,7 @@
.settings-content
=
render
'signin'
%section
.settings.as-terms.no-animate
#js-terms-settings
{
class:
(
'expanded'
if
expanded
)
}
%section
.
qa-terms-settings.
settings.as-terms.no-animate
#js-terms-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
=
_
(
'Terms of Service and Privacy Policy'
)
...
...
qa/qa/page/admin/settings/main.rb
View file @
c3be5cf5
...
...
@@ -6,11 +6,12 @@ module QA
include
QA
::
Page
::
Settings
::
Common
view
'app/views/admin/application_settings/show.html.haml'
do
element
:
repository_storage
_settings
element
:
terms
_settings
end
def
expand_repository_storage
(
&
block
)
expand_section
(
:repository_storage_settings
)
do
expand_section
(
:terms_settings
)
do
RepositoryStorage
.
perform
(
&
block
)
end
end
...
...
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