From 8bce2ba8e806db1939f9c960c82040ef6222a867 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 Feb 2018 20:03:21 +0100 Subject: [PATCH] Fix expected message --- tests/end2end/features/keyinput.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/keyinput.feature b/tests/end2end/features/keyinput.feature index b0cd765de..1337a48d3 100644 --- a/tests/end2end/features/keyinput.feature +++ b/tests/end2end/features/keyinput.feature @@ -53,7 +53,7 @@ Feature: Keyboard input Scenario: :fake-key with an unparsable key When I run :fake-key - Then the error "Could not parse '': Got unknown key." should be shown + Then the error "Could not parse '': Got unknown key!" should be shown Scenario: :fake-key sending key to the website When I open data/keyinput/log.html