Skip to content

Commit

Permalink
Remove unecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stefano committed Dec 24, 2024
1 parent 8894176 commit c0d2a09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/spec_helper_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@

config.before(:each, :js, type: :system) do
driven_by :selenium_chrome_headless, using: :headless_chrome, screen_size:

if Capybara.current_driver == :selenium_chrome_headless
logs = page.driver.browser.manage.logs.get(:browser)
logs.each { |log| puts log.message }
end
end

config.before(:each, :js_browser, type: :system) do
Expand Down

0 comments on commit c0d2a09

Please sign in to comment.