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
a73f85d8
Commit
a73f85d8
authored
Jan 22, 2020
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not define milestone tile when not needed
parent
c28e9491
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
qa/qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb
...e/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb
+0
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb
...i/2_plan/issues_weight/issue_weight_visualization_spec.rb
+1
-3
No files found.
qa/qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb
View file @
a73f85d8
...
...
@@ -7,7 +7,6 @@ module QA
let
(
:milestone
)
do
QA
::
EE
::
Resource
::
ProjectMilestone
.
fabricate_via_api!
do
|
m
|
m
.
title
=
'v1'
m
.
start_date
=
current_date_yyyy_mm_dd
m
.
due_date
=
next_month_yyyy_mm_dd
end
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb
View file @
a73f85d8
...
...
@@ -8,9 +8,7 @@ module QA
end
let
(
:milestone
)
do
QA
::
EE
::
Resource
::
ProjectMilestone
.
fabricate_via_api!
do
|
m
|
m
.
title
=
'the-fellowship-of-the-ring'
end
QA
::
EE
::
Resource
::
ProjectMilestone
.
fabricate_via_api!
end
let
(
:weight
)
{
1000
}
...
...
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