Commit 69514a90 authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho

Merge branch 'remove-unnecessary-assertions-from-epic-management-e2e-test' into 'master'

Remove unnecessary assertions from epic management end-to-end test

Closes #121573

See merge request gitlab-org/gitlab!22612
parents 6867b626 48fd1e9c
......@@ -63,12 +63,7 @@ module QA
Page::Project::Issue::Show.perform do |show|
show.wait_for_related_issues_to_load
show.comment("/epic #{issue.project.group.web_url}/-/epics/#{epic.iid}")
expect(show).to have_content('added to epic')
show.comment("/remove_epic")
expect(show).to have_content('removed from epic')
end
epic.visit!
......
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