summaryrefslogtreecommitdiff
path: root/qa/spec/scenario
diff options
context:
space:
mode:
Diffstat (limited to 'qa/spec/scenario')
-rw-r--r--qa/spec/scenario/test/sanity/selectors_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/scenario/test/sanity/selectors_spec.rb b/qa/spec/scenario/test/sanity/selectors_spec.rb
index a64a60fa119..45d21d54955 100644
--- a/qa/spec/scenario/test/sanity/selectors_spec.rb
+++ b/qa/spec/scenario/test/sanity/selectors_spec.rb
@@ -34,7 +34,7 @@ describe QA::Scenario::Test::Sanity::Selectors do
it 'triggers validation' do
described_class.perform
- expect(validator).to have_received(:validate!)
+ expect(validator).to have_received(:validate!).at_least(:once)
end
end
end