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
adb9eb70
Commit
adb9eb70
authored
Oct 18, 2019
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activate and fix epics roadmap test
parent
1044e5d4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
qa/qa/ee/page/group/roadmap.rb
qa/qa/ee/page/group/roadmap.rb
+4
-2
qa/qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb
.../specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb
+1
-2
No files found.
qa/qa/ee/page/group/roadmap.rb
View file @
adb9eb70
...
@@ -22,8 +22,10 @@ module QA
...
@@ -22,8 +22,10 @@ module QA
group_relative_url
=
uri
.
path
group_relative_url
=
uri
.
path
epic_href_selector
=
"a[href='
#{
group_relative_url
}
/-/epics/
#{
epic
.
iid
}
']"
epic_href_selector
=
"a[href='
#{
group_relative_url
}
/-/epics/
#{
epic
.
iid
}
']"
find_element
(
:roadmap_shell
).
find
(
"
#{
epic_details_cell
}
#{
epic_href_selector
}
"
)
&&
within_element
(
:roadmap_shell
)
do
find_element
(
:roadmap_shell
).
find
(
"
#{
epic_timeline_cell
}
#{
epic_href_selector
}
"
)
find
(
"[data-qa-selector='epic_details_cell']
#{
epic_href_selector
}
"
)
&&
find
(
"[data-qa-selector='epic_timeline_cell']
#{
epic_href_selector
}
"
)
end
end
end
end
end
end
end
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb
View file @
adb9eb70
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
# https://gitlab.com/gitlab-org/gitlab/issues/13360
context
'Plan'
do
context
'Plan'
,
:skip
do
describe
'Epics roadmap'
do
describe
'Epics roadmap'
do
include
Support
::
Dates
include
Support
::
Dates
...
...
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