Commit e820d23b authored by Rajendra Kadam's avatar Rajendra Kadam

Add be_visible check for summary tab

parent 6e2a6e2b
......@@ -70,7 +70,7 @@ RSpec.describe 'Incident Detail', :js do
expect(hidden_items.count).to eq(2)
hidden_items.each do |hidden_item|
expect(hidden_item).not_to have_selector('.gl-display-none')
expect(hidden_item).to be_visible
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