From e9660ad676c3de3240d4684794c78eb4d607b765 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 21 Jul 2016 22:45:36 -0400 Subject: [PATCH] Fix incorrect number in test --- tests/end2end/features/urlmarks.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/urlmarks.feature b/tests/end2end/features/urlmarks.feature index 3059188a0..6c9c40b40 100644 --- a/tests/end2end/features/urlmarks.feature +++ b/tests/end2end/features/urlmarks.feature @@ -196,7 +196,7 @@ Feature: quickmarks and bookmarks Scenario: Deleting a quickmark When I run :quickmark-add http://localhost:(port)/data/numbers/15.txt fifteen And I run :quickmark-del fifteen - Then the quickmark file should not contain "fourteen http://localhost:*/data/numbers/15.txt " + Then the quickmark file should not contain "fifteen http://localhost:*/data/numbers/15.txt " Scenario: Deleting the current page's quickmark if it has none When I open about:blank