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