Commit 0d531151 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa/fix-broken-e2e-test' into 'master'

Partially fix broken Geo end-to-end test

See merge request gitlab-org/gitlab-ee!14265
parents 7fd4149c 18d69e41
......@@ -26,8 +26,11 @@ module QA
@issue = Resource::Issue.fabricate! do |issue|
issue.title = 'My geo issue'
issue.project = @project
issue.labels = ''
end
@issue.visit!
Page::Project::Issue::Show.perform do |show|
show.comment('See attached banana for scale', attachment: file_to_attach)
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