From 9eeda62adfb992f4d258b2b273400ebecf097117 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 23 Jul 2016 11:25:04 -0400 Subject: [PATCH] Use quickmark-add rather than quickmark-save in test --- tests/end2end/features/urlmarks.feature | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/end2end/features/urlmarks.feature b/tests/end2end/features/urlmarks.feature index 6c9c40b40..bc97aa8df 100644 --- a/tests/end2end/features/urlmarks.feature +++ b/tests/end2end/features/urlmarks.feature @@ -205,9 +205,6 @@ Feature: quickmarks and bookmarks Scenario: Deleting the current page's quickmark When I open data/numbers/7.txt - And I run :quickmark-save - And I wait for "Entering mode KeyMode.prompt (reason: question asked)" in the log - And I press the keys "seven" - And I press the keys "" + And I run :quickmark-add http://localhost:(port)/data/numbers/7.txt seven And I run :quickmark-del Then the quickmark file should not contain "seven http://localhost:*/data/numbers/7.txt"