We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275dfbc commit d978356Copy full SHA for d978356
tests/spec/features/highlighting_error_output_spec.rb
@@ -11,7 +11,7 @@
11
scenario "errors are highlighted" do
12
within(:output, :stderr) do
13
expect(page).to have_css '.error', text: '1 generic argument but 2 generic arguments were supplied'
14
- expect(page).to have_css '.error', text: 'aborting due to 2 previous errors'
+ expect(page).to have_css '.error', text: 'due to 2 previous errors'
15
expect(page).to have_css '.error', text: /Could not compile `playground`/i
16
end
17
0 commit comments