From e409eafe2a38569b1df9b49b95337a4661999928 Mon Sep 17 00:00:00 2001 From: Claire Cavanaugh Date: Thu, 28 Jul 2016 23:36:05 -0700 Subject: [PATCH] Add test for opening a quickmark --- tests/end2end/features/open.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/end2end/features/open.feature b/tests/end2end/features/open.feature index 13f1c7cc2..4264ccb9c 100644 --- a/tests/end2end/features/open.feature +++ b/tests/end2end/features/open.feature @@ -103,3 +103,8 @@ Feature: Opening pages history: - active: true url: http://localhost:*/data/numbers/7.txt + + Scenario: Opening a quickmark + When I run :quickmark-add http://localhost:(port)/data/numbers/8.txt quickmarktest + And I run :open quickmarktest + Then data/numbers/8.txt should be loaded