Skip to content

Commit 56656ce

Browse files
Update selenium_logger to include additional error message for 'force_load' feature without Pro license
1 parent 70d954c commit 56656ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/dummy/spec/support/selenium_logger.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
err_msg.include?("Timed out receiving message from renderer: 0.100") ||
2727
err_msg.include?("SharedArrayBuffer will require cross-origin isolation") ||
2828
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")
29+
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")
3031
end
3132

3233
raise("Java Script Error(s) on the page:\n\n#{clean_errors.join("\n")}") if clean_errors.present?

0 commit comments

Comments
 (0)