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

Merge branch 'remove-extra-assertion-from-e2e-test-that-might-cause-flakiness' into 'master'

Remove extra assertions from end-to-end test

See merge request gitlab-org/gitlab!22678
parents 8cdd6dcc 80d48b3d
...@@ -39,12 +39,7 @@ module QA ...@@ -39,12 +39,7 @@ module QA
Page::Group::Menu.perform(&:click_group_epics_link) Page::Group::Menu.perform(&:click_group_epics_link)
QA::EE::Page::Group::Epic::Index.perform do |index| QA::EE::Page::Group::Epic::Index.perform do |index|
expect(index).to have_epic_title(issue_title) expect(index).to have_epic_title(issue_title)
index.click_first_epic(QA::EE::Page::Group::Epic::Show)
end end
expect(page).to have_content(issue_title)
expect(page).to have_content(/promoted from issue .* \(closed\)/)
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