Commit a9ace7bf authored by Grzegorz Bizon's avatar Grzegorz Bizon

Expect QA selectors validation at least once

We call it for a second time in EE.
parent e85ed5cb
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment