Commit 1c1d69fe authored by Rajendra Kadam's avatar Rajendra Kadam

Fix rubocop offense

parent e820d23b
...@@ -69,9 +69,7 @@ RSpec.describe 'Incident Detail', :js do ...@@ -69,9 +69,7 @@ RSpec.describe 'Incident Detail', :js do
# Linked Issues/MRs and comment box # Linked Issues/MRs and comment box
expect(hidden_items.count).to eq(2) expect(hidden_items.count).to eq(2)
hidden_items.each do |hidden_item| expect(hidden_items).to all(be_visible)
expect(hidden_item).to be_visible
end
end end
end 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