Commit 7b2547ca authored by Walmyr Lima's avatar Walmyr Lima

Remove code that won't be used anymore

parent d106d838
...@@ -32,13 +32,6 @@ module QA ...@@ -32,13 +32,6 @@ module QA
all_elements(:epic_title_text).first.click all_elements(:epic_title_text).first.click
page.validate_elements_present! if page page.validate_elements_present! if page
end end
# This is a workaround to get the URL of the first epic
# since this attribute is not exposed by the API.
# See https://gitlab.com/gitlab-org/gitlab-ee/issues/11241.
def web_url_of_first_epic
page.all('.qa-epic-title-text a').first[:href]
end
end end
end end
end end
......
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