Skip to content

Commit

Permalink
Merge pull request #6640 from samvera/abel-fix_display_admin_dashboar…
Browse files Browse the repository at this point in the history
…d_spec.rb

Valkyrization: Fix failing tests in `display_admin_dashboard_spec.rb` for Koppie
  • Loading branch information
bwatson78 authored Jan 25, 2024
2 parents 9321a59 + ba559d8 commit 8a73c16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/features/dashboard/display_admin_dashboard_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# frozen_string_literal: true
RSpec.describe "The dashboard as viewed by a admin user", type: :feature do
let(:admin) { create(:admin) }

before do
sign_in create(:admin)
sign_in admin
end

context "upon sign-in" do
Expand Down

0 comments on commit 8a73c16

Please sign in to comment.