Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Aug 7, 2022
1 parent f5f308f commit 2446326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +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")
assert browser.driver.keep_alive
assert browser.driver.command_executor.keep_alive

0 comments on commit 2446326

Please sign in to comment.