diff --git a/tests/end2end/data/sessions/history_replace_state.html b/tests/end2end/data/sessions/history_replace_state.html index c221187ae..b7f56f217 100644 --- a/tests/end2end/data/sessions/history_replace_state.html +++ b/tests/end2end/data/sessions/history_replace_state.html @@ -5,8 +5,8 @@ Test title diff --git a/tests/end2end/features/sessions.feature b/tests/end2end/features/sessions.feature index 34a545841..0d7a77468 100644 --- a/tests/end2end/features/sessions.feature +++ b/tests/end2end/features/sessions.feature @@ -198,7 +198,7 @@ Feature: Saving and loading sessions Scenario: Saving a session with a page using history.replaceState() When I open data/sessions/history_replace_state.html without waiting - Then the javascript message "Calling history.replaceState" should be logged + Then the javascript message "Called history.replaceState" should be logged And the session should look like: windows: - tabs: @@ -212,7 +212,7 @@ Feature: Saving and loading sessions Scenario: Saving a session with a page using history.replaceState() and navigating away (qtwebkit) When I open data/sessions/history_replace_state.html And I open data/hello.txt - Then the javascript message "Calling history.replaceState" should be logged + Then the javascript message "Called history.replaceState" should be logged And the session should look like: windows: - tabs: @@ -229,7 +229,7 @@ Feature: Saving and loading sessions @qtwebkit_skip Scenario: Saving a session with a page using history.replaceState() and navigating away When I open data/sessions/history_replace_state.html without waiting - And I wait for "* Calling history.replaceState" in the log + And I wait for "* Called history.replaceState" in the log And I open data/hello.txt Then the session should look like: windows: