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
ca980de3
Commit
ca980de3
authored
Sep 21, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix specs
parent
42dc515f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
6 deletions
+4
-6
app/views/groups/subgroups.html.haml
app/views/groups/subgroups.html.haml
+0
-1
app/views/projects/environments/metrics.html.haml
app/views/projects/environments/metrics.html.haml
+1
-1
app/views/projects/pipelines/charts.html.haml
app/views/projects/pipelines/charts.html.haml
+0
-1
spec/features/issues/bulk_assignment_labels_spec.rb
spec/features/issues/bulk_assignment_labels_spec.rb
+1
-1
spec/features/issues/update_issues_spec.rb
spec/features/issues/update_issues_spec.rb
+1
-1
spec/features/merge_requests/update_merge_requests_spec.rb
spec/features/merge_requests/update_merge_requests_spec.rb
+1
-1
No files found.
app/views/groups/subgroups.html.haml
View file @
ca980de3
-
breadcrumb_title
"Details"
-
breadcrumb_title
"Details"
-
@no_container
=
true
-
@no_container
=
true
=
render
'head'
=
render
'groups/home_panel'
=
render
'groups/home_panel'
.groups-header
{
class:
container_class
}
.groups-header
{
class:
container_class
}
...
...
app/views/projects/environments/metrics.html.haml
View file @
ca980de3
app/views/projects/pipelines/charts.html.haml
View file @
ca980de3
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
-
content_for
:page_specific_javascripts
do
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_d3'
)
=
page_specific_javascript_bundle_tag
(
'common_d3'
)
=
page_specific_javascript_bundle_tag
(
'graphs'
)
=
page_specific_javascript_bundle_tag
(
'graphs'
)
=
render
'head'
%div
{
class:
container_class
}
%div
{
class:
container_class
}
.sub-header-block
.sub-header-block
...
...
spec/features/issues/bulk_assignment_labels_spec.rb
View file @
ca980de3
...
@@ -405,7 +405,7 @@ feature 'Issues > Labels bulk assignment' do
...
@@ -405,7 +405,7 @@ feature 'Issues > Labels bulk assignment' do
end
end
def
update_issues
def
update_issues
click_button
'Update all'
find
(
'.update-selected-issues'
).
trigger
(
'click'
)
wait_for_requests
wait_for_requests
end
end
...
...
spec/features/issues/update_issues_spec.rb
View file @
ca980de3
...
@@ -118,7 +118,7 @@ feature 'Multiple issue updating from issues#index', :js do
...
@@ -118,7 +118,7 @@ feature 'Multiple issue updating from issues#index', :js do
end
end
def
click_update_issues_button
def
click_update_issues_button
find
(
'.update-selected-issues'
).
click
find
(
'.update-selected-issues'
).
trigger
(
'click'
)
wait_for_requests
wait_for_requests
end
end
end
end
spec/features/merge_requests/update_merge_requests_spec.rb
View file @
ca980de3
...
@@ -127,7 +127,7 @@ feature 'Multiple merge requests updating from merge_requests#index' do
...
@@ -127,7 +127,7 @@ feature 'Multiple merge requests updating from merge_requests#index' do
end
end
def
click_update_merge_requests_button
def
click_update_merge_requests_button
find
(
'.update-selected-issues'
).
click
find
(
'.update-selected-issues'
).
trigger
(
'click'
)
wait_for_requests
wait_for_requests
end
end
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