Skip to content

Commit

Permalink
Remove a Selenium warning (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie authored Nov 3, 2021
1 parent 5178fcd commit 759d568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
end

teardown do
assert_empty page.driver.browser.manage.logs.get(:browser)
assert_empty page.driver.browser.logs.get(:browser)
FileUtils.rm_rf("test/dummy/tmp/downloads")
end
end

0 comments on commit 759d568

Please sign in to comment.