Commit 6b479aa5 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-nightly-63-fix-epic-test' into 'master'

Fix create_edit_delete_epic_spec.rb test flakiness

Closes gitlab-org/quality/nightly#63

See merge request gitlab-org/gitlab-ee!9300
parents e6f9ebd1 961b3b40
......@@ -28,7 +28,7 @@ module QA
def add_issue_to_epic(issue_url)
click_element :add_issues_button
fill_element :add_issue_input, issue_url
click_element :add_issue_button
click_body
click_element :add_issue_button
end
......
......@@ -156,6 +156,10 @@ module QA
click_link text
end
def click_body
find('body').click
end
def self.path
raise NotImplementedError
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