Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Nov 7, 2023
1 parent a926135 commit 79a6d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/annotations_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AnnotationsTest < ApplicationSystemTestCase
test 'Can view submission page' do
visit(submission_path(id: @instance.id))

within '.card-title' do
within '.card-title.card-title-colored' do
assert_text 'Submission results'
end
within '.status-line' do
Expand Down

0 comments on commit 79a6d2f

Please sign in to comment.