Skip to content

Commit

Permalink
Never commit a line that runs debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Aug 7, 2022
1 parent b5ab857 commit f5f308f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_plugin_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ def test_keep_alive(simple_page, browser, splinter_webdriver):
"""Test that Remote WebDriver keep_alive is True."""
if splinter_webdriver != "remote":
pytest.skip("Only Remote WebDriver uses keep_alive argument")
import pytest; pytest.set_trace()
assert browser.driver.keep_alive

0 comments on commit f5f308f

Please sign in to comment.