summaryrefslogtreecommitdiff
path: root/qa/qa/support/matchers/have_matcher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/support/matchers/have_matcher.rb')
-rw-r--r--qa/qa/support/matchers/have_matcher.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/support/matchers/have_matcher.rb b/qa/qa/support/matchers/have_matcher.rb
index 7001f53a7b7..47d2d246460 100644
--- a/qa/qa/support/matchers/have_matcher.rb
+++ b/qa/qa/support/matchers/have_matcher.rb
@@ -19,6 +19,7 @@ module QA
related_issue_item
snippet_description
tag
+ label
].each do |predicate|
RSpec::Matchers.define "have_#{predicate}" do |*args, **kwargs|
match do |page_object|