Skip to content

Commit

Permalink
generalize Chromedriver warning filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Aug 22, 2023
1 parent efbb038 commit 4d9e14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/spec/support/selenium_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
err_msg.include?("Timed out receiving message from renderer: 0.100") ||
err_msg.include?("SharedArrayBuffer will require cross-origin isolation") ||
err_msg.include?("You are currently using minified code outside of NODE_ENV === \\\"production\\\"") ||
err_msg.include?("This version of ChromeDriver has not been tested with Chrome version 115.")
err_msg.include?("This version of ChromeDriver has not been tested with Chrome version")
end

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

0 comments on commit 4d9e14a

Please sign in to comment.