Commit 607d955c authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho

Merge branch 'qa-fix-roadmap-epic-spec' into 'master'

Update epic url in roadmap spec

Closes #35465

See merge request gitlab-org/gitlab!19527
parents 374ffde7 fe37fd19
......@@ -20,7 +20,7 @@ module QA
def epic_present?(epic)
uri = URI(epic.group.web_url)
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}']"
within_element(:roadmap_shell) do
find("[data-qa-selector='epic_details_cell'] #{epic_href_selector}") &&
......
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