From 79a6d2f83e88a83610e3c0236abe132a4de344ab Mon Sep 17 00:00:00 2001 From: Bart Mesuere Date: Tue, 7 Nov 2023 14:12:11 +0100 Subject: [PATCH] fix test --- test/system/annotations_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/annotations_test.rb b/test/system/annotations_test.rb index 865c96f620..ef212b6c6c 100644 --- a/test/system/annotations_test.rb +++ b/test/system/annotations_test.rb @@ -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