Commit a802b1b7 authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho

Merge branch 'activate-and-fix-roadmap-test' into 'master'

Activate and fix epics roadmap test

See merge request gitlab-org/gitlab!18796
parents 0ce3c182 adb9eb70
......@@ -22,8 +22,10 @@ module QA
group_relative_url = uri.path
epic_href_selector = "a[href='#{group_relative_url}/-/epics/#{epic.iid}']"
find_element(:roadmap_shell).find("#{epic_details_cell} #{epic_href_selector}") &&
find_element(:roadmap_shell).find("#{epic_timeline_cell} #{epic_href_selector}")
within_element(:roadmap_shell) do
find("[data-qa-selector='epic_details_cell'] #{epic_href_selector}") &&
find("[data-qa-selector='epic_timeline_cell'] #{epic_href_selector}")
end
end
end
end
......
# frozen_string_literal: true
module QA
# https://gitlab.com/gitlab-org/gitlab/issues/13360
context 'Plan', :skip do
context 'Plan' do
describe 'Epics roadmap' do
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