Skip to content

Commit

Permalink
Update spec/system/submission_details_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Chudleigh <[email protected]>
  • Loading branch information
stonefilipczak and stepchud authored Dec 16, 2024
1 parent 9d313a1 commit 81a8020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/submission_details_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
it "submission details page is accessible" do
visit submission_path(submission)
expect(user.role).to eq("challenge_manager")
expect(page).to have_content(submission.id)
expect(page).to have_css('h1', text: "Submission ID #{submission.id}")
expect(page).to(be_axe_clean)
end

Expand Down

0 comments on commit 81a8020

Please sign in to comment.