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 c405259 commit 9d313a1
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 @@ -25,7 +25,7 @@
updated_submission = Submission.find(submission.id)
expect(updated_submission.judging_status).to eq('selected')

find('#selected-to-advance').click
find_by_id('selected-to-advance').click
updated_submission = Submission.find(submission.id)
expect(updated_submission.judging_status).to eq('winner')
end
Expand Down

0 comments on commit 9d313a1

Please sign in to comment.