diff --git a/tests/end2end/features/marks.feature b/tests/end2end/features/marks.feature index 21629dcfd..82ded0746 100644 --- a/tests/end2end/features/marks.feature +++ b/tests/end2end/features/marks.feature @@ -91,8 +91,6 @@ Feature: Setting positional marks And I wait until the scroll position changed to 0/0 Then the page should be scrolled to 0 0 - # https://ci.appveyor.com/project/The-Compiler/qutebrowser/build/master-3935/job/fc0b1gow5co08c2x - @qtwebengine_flaky Scenario: Jumping back after searching When I run :scroll-px 20 15 And I wait until the scroll position changed to 20/15 diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 8c1b2fc86..e01c62725 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -600,7 +600,7 @@ Feature: Various utility commands. And I wait until the scroll position changed And I run :prompt-accept And I run :repeat-command with count 2 - And I wait until the scroll position changed + And I wait until the scroll position changed to 0/0 Then the page should not be scrolled And the error "prompt-accept: This command is only allowed in prompt/yesno mode." should be shown diff --git a/tests/end2end/features/scroll.feature b/tests/end2end/features/scroll.feature index 87abfab3c..b785247e4 100644 --- a/tests/end2end/features/scroll.feature +++ b/tests/end2end/features/scroll.feature @@ -286,7 +286,6 @@ Feature: Scrolling Scenario: :scroll-page with --bottom-navigate and zoom When I run :zoom 200 - And I wait until the scroll position changed And I run :scroll-perc 100 And I wait until the scroll position changed And I run :scroll-page --bottom-navigate next 0 1 diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index b2511572b..52100f378 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -325,7 +325,7 @@ class QuteProc(testprocess.Process): # Qt < 5.7 pytest.skip("QWebEnginePage.scrollPositionChanged missing") if x is None and y is None: - point = '*' + point = 'PyQt5.QtCore.QPoint(*, *)' # not counting 0/0 here elif x == '0' and y == '0': point = 'PyQt5.QtCore.QPoint()' else: