• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / pdc_discovery / b3ff4e78-d88d-4913-960f-dcc0d9e55d1f

10 Oct 2023 04:33PM UTC coverage: 94.075% (-2.9%) from 96.965%
b3ff4e78-d88d-4913-960f-dcc0d9e55d1f

push

circleci

jrgriffiniii
wip

2604 of 2768 relevant lines covered (94.08%)

178.97 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

77.78
/spec/views/shared/footer.html.erb_spec.rb
1
# frozen_string_literal: true
2
describe 'catalog/index', type: :system do
1✔
3
  context 'when on the hompage' do
1✔
4
    it 'shows the footer' do
1✔
5
      visit '/'
1✔
6
      expect(page).to have_selector('#footer')
×
7
    end
8
  end
9

10
  context 'when performing a search' do
1✔
11
    it 'shows the footer' do
1✔
12
      visit '/?search_field=all_fields&q=abc'
1✔
13
      expect(page).to have_selector('#footer')
×
14
    end
15
  end
16
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc