Skip to content

Commit

Permalink
test: fix test broken by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yetti committed Oct 17, 2023
1 parent dac96ed commit d44e169
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/features/active_link_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
click_link "Login"
expect(page).to have_content("Login")

click_button "Patron Login"
fill_in "user_username", with: "bltest"
fill_in "user_password", with: "test"
click_button "Login"

visit account_path

expect(page).to have_css("a.active", text: "Blacklight Test")
expect(page).to have_css("a.active", text: "blacklight test")
end

context "when Keycloak patron authentication is enabled" do
Expand Down

0 comments on commit d44e169

Please sign in to comment.