summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalmyr Lima <walmyr@gitlab.com>2019-08-20 19:31:05 +0200
committerWalmyr Lima <walmyr@gitlab.com>2019-08-20 19:33:01 +0200
commit126219850ef9e1016fa6c39e905745fb697aac09 (patch)
treee61ab3072741ad7eaeb5abc0ce4105f68a47f3f5
parenta971b7cb98439dfa1415b280dc63b113e6a699a4 (diff)
downloadgitlab-ce-qa/issue-boards-e2e-tests.tar.gz
Expose id attribute on label resourceqa/issue-boards-e2e-tests
-rw-r--r--qa/qa/resource/label.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/resource/label.rb b/qa/qa/resource/label.rb
index 3750725c440..b5e88d8aefc 100644
--- a/qa/qa/resource/label.rb
+++ b/qa/qa/resource/label.rb
@@ -7,6 +7,7 @@ module QA
class Label < Base
attr_accessor :description, :color
+ attribute :id
attribute :title
attribute :project do