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 70d954c commit 56656ceCopy full SHA for 56656ce
spec/dummy/spec/support/selenium_logger.rb
@@ -26,7 +26,8 @@
26
err_msg.include?("Timed out receiving message from renderer: 0.100") ||
27
err_msg.include?("SharedArrayBuffer will require cross-origin isolation") ||
28
err_msg.include?("You are currently using minified code outside of NODE_ENV === \\\"production\\\"") ||
29
- err_msg.include?("This version of ChromeDriver has not been tested with Chrome version")
+ err_msg.include?("This version of ChromeDriver has not been tested with Chrome version") ||
30
+ err_msg.include?("The 'force_load' feature is being used without a React on Rails Pro license")
31
end
32
33
raise("Java Script Error(s) on the page:\n\n#{clean_errors.join("\n")}") if clean_errors.present?
0 commit comments