From b1b06fcb4322d46b65819ce89311224965715c6d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 14 Jun 2018 17:42:33 +0200 Subject: [PATCH] Fix restore test --- tests/end2end/features/keyinput.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/end2end/features/keyinput.feature b/tests/end2end/features/keyinput.feature index c0a9a3314..f681012f1 100644 --- a/tests/end2end/features/keyinput.feature +++ b/tests/end2end/features/keyinput.feature @@ -198,7 +198,6 @@ Feature: Keyboard input And I run :tab-focus 1 Then "Entering mode KeyMode.insert (reason: command)" should be logged And "Mode before tab change: insert (mode_on_change = restore)" should be logged - And "Entering mode KeyMode.normal (reason: restore)" should be logged And "Mode after tab change: normal (mode_on_change = restore)" should be logged And "Entering mode KeyMode.passthrough (reason: command)" should be logged And "Mode before tab change: passthrough (mode_on_change = restore)" should be logged