Skip to content

Commit

Permalink
Fixes #1009 (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel authored Feb 27, 2024
1 parent 6d71222 commit 4df6361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/views/welcome/index.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
end
render
expect(rendered).to include("Absence and Travel Requests")
expect(rendered).to have_selector("hyperlink[href=\"/users/auth/cas\"]", text: "LOGIN with NetID")
expect(rendered).to have_selector("lux-hyperlink[href=\"/users/auth/cas\"]", text: "LOGIN with NetID")
end

it "renders logout if current profile is set" do
Expand All @@ -18,6 +18,6 @@
render
end
expect(rendered).to include("Absence and Travel Requests")
expect(rendered).to have_selector("hyperlink[href=\"/sign_out\"]", text: "LOGOUT")
expect(rendered).to have_selector("lux-hyperlink[href=\"/sign_out\"]", text: "LOGOUT")
end
end

0 comments on commit 4df6361

Please sign in to comment.