summaryrefslogtreecommitdiff
path: root/tests/end2end/features/urlmarks.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/urlmarks.feature')
-rw-r--r--tests/end2end/features/urlmarks.feature11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/end2end/features/urlmarks.feature b/tests/end2end/features/urlmarks.feature
index 05d07ae98..70962d2d1 100644
--- a/tests/end2end/features/urlmarks.feature
+++ b/tests/end2end/features/urlmarks.feature
@@ -271,3 +271,14 @@ Feature: quickmarks and bookmarks
And I open qute://bookmarks
And I hint with args "links current" and follow a
Then data/numbers/1.txt should be loaded
+
+ Scenario: Following a bookmark and going back/forward
+ When I open data/numbers/1.txt in a new tab
+ And I run :bookmark-add
+ And I open qute://bookmarks
+ And I hint with args "links current" and follow a
+ And I wait until data/numbers/1.txt is loaded
+ And I run :back
+ And I wait until qute://bookmarks is loaded
+ And I run :forward
+ Then data/numbers/1.txt should be loaded