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

pulibrary / pdc_discovery / d4e0f429-48ab-46c0-b837-27bacddd2a41

24 Apr 2024 06:43PM UTC coverage: 92.63% (-4.4%) from 97.039%
d4e0f429-48ab-46c0-b837-27bacddd2a41

Pull #614

circleci

leefaisonr
Remove firefox from ci

Co-authored-by: Bess Sadler <bess@users.noreply.github.com>
Pull Request #614: Remove firefox from ci

2878 of 3107 relevant lines covered (92.63%)

495.74 hits per line

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

75.0
/spec/system/styled_error_pages_spec.rb
1
# frozen_string_literal: true
2

3
describe 'Styled error page', type: :system, js: true do
1✔
4
  around do |example|
1✔
5
    Rails.application.config.consider_all_requests_local = false
6✔
6
    example.run
6✔
7
    Rails.application.config.consider_all_requests_local = true
6✔
8
  end
9

10
  it "renders for Blacklight RecordNotFound exceptions" do
1✔
11
    visit '/catalog/fake_item'
3✔
12
    expect(page).not_to have_content "Blacklight::Exceptions::RecordNotFound"
×
13
    expect(page).to have_content "We're unable to find the page you're looking for"
×
14
  end
15

16
  it "renders for generalized 404 errors" do
1✔
17
    visit '/obviously_fake_url'
3✔
18
    expect(page).to have_content "We're unable to find the page you're looking for"
×
19
  end
20
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