From 56b673ca05988cdf2e99ad32f7d18586d40fcdfc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Sep 2017 10:29:54 +0200 Subject: [PATCH] tests: Don't use to clear qute://settings fields This won't work on macOS --- tests/end2end/features/qutescheme.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/end2end/features/qutescheme.feature b/tests/end2end/features/qutescheme.feature index 8e2782065..bc2eb82d6 100644 --- a/tests/end2end/features/qutescheme.feature +++ b/tests/end2end/features/qutescheme.feature @@ -78,9 +78,9 @@ Feature: Special qute:// pages And I open qute://settings # scroll to the right - the table does not fit in the default screen And I run :scroll-perc -x 100 + And I run :jseval document.getElementById('input-ignore_case').value = '' And I run :click-element id input-ignore_case And I wait for "Entering mode KeyMode.insert *" in the log - And I press the key "" And I press the keys "always" And I press the key "" # an explicit Tab to unfocus the input field seems to stabilize the tests @@ -92,9 +92,9 @@ Feature: Special qute:// pages When I open qute://settings # scroll to the right - the table does not fit in the default screen And I run :scroll-perc -x 100 + And I run :jseval document.getElementById('input-ignore_case').value = '' And I run :click-element id input-ignore_case And I wait for "Entering mode KeyMode.insert *" in the log - And I press the key "" And I press the keys "foo" And I press the key "" # an explicit Tab to unfocus the input field seems to stabilize the tests