Revert "tests: Try to stabilize test_auto_leave_insert_mode"
This reverts commit f6f2a1252b.
Does more harm than good, for reasons I don't entirely understand yet.
This commit is contained in:
parent
76b495f12c
commit
51a616744b
|
|
@ -69,11 +69,8 @@ def test_auto_load_delayed_tab_close(quteproc):
|
|||
|
||||
|
||||
def test_auto_leave_insert_mode(quteproc):
|
||||
quteproc.set_setting('input.insert_mode.auto_load', 'true')
|
||||
|
||||
url_path = 'data/insert_mode_settings/html/autofocus.html'
|
||||
quteproc.open_path(url_path)
|
||||
quteproc.wait_for(message='Entering mode KeyMode.insert (reason: *)')
|
||||
|
||||
quteproc.set_setting('input.insert_mode.auto_leave', 'true')
|
||||
quteproc.send_cmd(':zoom 100')
|
||||
|
|
|
|||
Loading…
Reference in New Issue