summaryrefslogtreecommitdiff
path: root/spec/support/matchers/have_issuable_counts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/have_issuable_counts.rb')
-rw-r--r--spec/support/matchers/have_issuable_counts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/have_issuable_counts.rb b/spec/support/matchers/have_issuable_counts.rb
index 049cfc022fb..586ba0651dc 100644
--- a/spec/support/matchers/have_issuable_counts.rb
+++ b/spec/support/matchers/have_issuable_counts.rb
@@ -6,7 +6,7 @@ RSpec::Matchers.define :have_issuable_counts do |opts|
end
match do |actual|
- actual.within '.issues-state-filters' do
+ actual.within '.top-area' do
expected_counts.each do |expected_count|
expect(actual).to have_content(expected_count)
end