diff --git a/tests/end2end/features/history.feature b/tests/end2end/features/history.feature index aa126c4f7..00bd20403 100644 --- a/tests/end2end/features/history.feature +++ b/tests/end2end/features/history.feature @@ -5,8 +5,7 @@ Feature: Page history Make sure the global page history is saved correctly. Background: - Given I open about:blank - And I run :history-clear --force + Given I run :history-clear --force Scenario: Simple history saving When I open data/numbers/1.txt diff --git a/tests/end2end/features/urlmarks.feature b/tests/end2end/features/urlmarks.feature index c171cbcd3..836af5c4f 100644 --- a/tests/end2end/features/urlmarks.feature +++ b/tests/end2end/features/urlmarks.feature @@ -89,9 +89,9 @@ Feature: quickmarks and bookmarks Then the bookmark file should not contain "http://localhost:*/data/numbers/5.txt " Scenario: Deleting the current page's bookmark if it doesn't exist - When I open about:blank + When I open data/hello.txt And I run :bookmark-del - Then the error "Bookmark 'about:blank' not found!" should be shown + Then the error "Bookmark 'http://localhost:(port)/data/hello.txt' not found!" should be shown Scenario: Deleting the current page's bookmark When I open data/numbers/6.txt @@ -212,9 +212,9 @@ Feature: quickmarks and bookmarks Then the quickmark file should not contain "eighteen http://localhost:*/data/numbers/18.txt " Scenario: Deleting the current page's quickmark if it has none - When I open about:blank + When I open data/hello.txt And I run :quickmark-del - Then the error "Quickmark for 'about:blank' not found!" should be shown + Then the error "Quickmark for 'http://localhost:(port)/data/hello.txt' not found!" should be shown Scenario: Deleting the current page's quickmark When I open data/numbers/19.txt