Skip to content
Snippets Groups Projects
Commit 10b30708 authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho
Browse files

Merge branch 'qa-fix-issue-resource' into 'master'

Fix failing e2e tests - initialize Issue labels

See merge request gitlab-org/gitlab-ce!30375
parents 50441577 d23a654f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,6 +16,10 @@ module QA
attribute :labels
attribute :title
 
def initialize
@labels = []
end
def fabricate!
project.visit!
 
Loading
Loading
@@ -38,7 +42,7 @@ module QA
 
def api_post_body
{
labels: [labels],
labels: labels,
title: title
}
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment