Commit 18d69e41 authored by Walmyr Lima's avatar Walmyr Lima

Fix broken end-to-end test

parent 772911ad
...@@ -25,8 +25,11 @@ module QA ...@@ -25,8 +25,11 @@ module QA
@issue = Resource::Issue.fabricate! do |issue| @issue = Resource::Issue.fabricate! do |issue|
issue.title = 'My geo issue' issue.title = 'My geo issue'
issue.project = @project issue.project = @project
issue.labels = ''
end end
@issue.visit!
Page::Project::Issue::Show.perform do |show| Page::Project::Issue::Show.perform do |show|
show.comment('See attached banana for scale', attachment: file_to_attach) show.comment('See attached banana for scale', attachment: file_to_attach)
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