Commit adb9eb70 authored by Walmyr Lima's avatar Walmyr Lima

Activate and fix epics roadmap test

parent 1044e5d4
...@@ -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
......
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment