parent
5b27e06ce2
commit
6728bb6430
@ -67,7 +67,11 @@ class CaretTester:
|
|||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def caret_tester(js_tester):
|
def caret_tester(js_tester):
|
||||||
"""Helper fixture to test caret browsing positions."""
|
"""Helper fixture to test caret browsing positions."""
|
||||||
return CaretTester(js_tester)
|
caret_tester = CaretTester(js_tester)
|
||||||
|
# Showing webview here is necessary for test_scrolled_down_img to
|
||||||
|
# succeed in some cases, see #1988
|
||||||
|
caret_tester.js.webview.show()
|
||||||
|
return caret_tester
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.integration
|
@pytest.mark.integration
|
||||||
|
Loading…
Reference in New Issue
Block a user