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
45e200dc
Commit
45e200dc
authored
Oct 04, 2019
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update existing test to use dates module
parent
15b46241
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
qa/qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb
.../specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb
+3
-5
No files found.
qa/qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb
View file @
45e200dc
...
...
@@ -4,17 +4,15 @@ module QA
# https://gitlab.com/gitlab-org/gitlab/issues/13360
context
'Plan'
,
:skip
do
describe
'Epics roadmap'
do
include
Support
::
Dates
let
(
:epic
)
do
EE
::
Resource
::
Epic
.
fabricate_via_api!
do
|
epic
|
current_date
=
DateTime
.
now
current_date_yyyy_mm_dd
=
current_date
.
strftime
(
"%Y/%m/%d"
)
next_month_date_yyyy_mm_dd
=
current_date
.
next_month
.
strftime
(
"%Y/%m/%d"
)
epic
.
title
=
'Epic created via API to test roadmap'
epic
.
start_date_is_fixed
=
true
epic
.
start_date_fixed
=
current_date_yyyy_mm_dd
epic
.
due_date_is_fixed
=
true
epic
.
due_date_fixed
=
next_month_
date_
yyyy_mm_dd
epic
.
due_date_fixed
=
next_month_yyyy_mm_dd
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