Skip to content

Commit bc0124b

Browse files
committed
Update test for changed error text
1 parent 78a005e commit bc0124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/features/highlighting_error_output_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
scenario "errors are highlighted" do
1212
within('.output-stderr') do
13-
expect(page).to have_css '.error', text: 'wrong number of type arguments'
13+
expect(page).to have_css '.error', text: '1 type argument but 2 type arguments were supplied'
1414
expect(page).to have_css '.error', text: 'aborting due to 2 previous errors'
1515
expect(page).to have_css '.error', text: /Could not compile `playground`/i
1616
end

0 commit comments

Comments
 (0)