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

pulibrary / orcid_princeton_hanami / 7bbed874-efa4-4a46-80ba-e88be274748f

25 Jun 2025 08:14PM UTC coverage: 88.055% (-8.4%) from 96.46%
7bbed874-efa4-4a46-80ba-e88be274748f

Pull #6

circleci

carolyncole
Adding system tests from rails app
Converted FactoryBot to ROM::Factory
Remmoved Rails refrences
Set all tests to pending becuase the screens they are testing do not exists
Pull Request #6: Adding system tests from rails app

80 of 134 new or added lines in 7 files covered. (59.7%)

516 of 586 relevant lines covered (88.05%)

1.48 hits per line

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

75.0
/spec/system/orcid_link_deny_spec.rb
1
# frozen_string_literal: true
2
require "spec_helper"
1✔
3

4
RSpec.describe "Orcid Link deny", type: :system, js: true do
1✔
5
  let(:user) { Factory[:user] }
2✔
6
  it "when the callback is a deny" do
1✔
7
    pending "We have a user model"
1✔
8
    login_as user
1✔
NEW
9
    visit "/auth/orcid/callback?error=access_denied&error_description=User%20denied%20access&state=78b44659eab7947a023cf512b13c32253c8fa320d5491a2c"
×
NEW
10
    expect(page).to have_content "Consider linking"
×
11
  end
12
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