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

Merge branch 'fix-epics-management-e2e-test' into 'master'

Fix epics management broken end-to-end test

Closes #217118

See merge request gitlab-org/gitlab!31467
parents 97c4b833 fb34f411
...@@ -33,7 +33,8 @@ module QA ...@@ -33,7 +33,8 @@ module QA
end end
def add_issue_to_epic(issue_url) def add_issue_to_epic(issue_url)
find_element(:epic_issue_actions_split_button).find('button', text: 'Add an issue').click click_element(:epic_issue_actions_split_button)
find('button', text: 'Add an existing issue').click
fill_element :add_issue_input, issue_url fill_element :add_issue_input, issue_url
# Clicking the title blurs the input # Clicking the title blurs the input
click_element :title click_element :title
......
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