From b7c1d04c88628d7eb56c8543a4439c15b5f9b276 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 16 Oct 2018 10:26:34 +0200 Subject: [PATCH] Load navigate page properly --- tests/end2end/features/navigate.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/navigate.feature b/tests/end2end/features/navigate.feature index b5ad6ff54..a7cd7fbd4 100644 --- a/tests/end2end/features/navigate.feature +++ b/tests/end2end/features/navigate.feature @@ -76,7 +76,8 @@ Feature: Using :navigate Then data/navigate/next.html should be loaded Scenario: Navigating with invalid selector - When I set hints.selectors to {"links": ["@"]} + When I open data/navigate + And I set hints.selectors to {"links": ["@"]} And I run :navigate next Then the error "SyntaxError: Failed to execute 'querySelectorAll' on 'Document': '@' is not a valid selector." should be shown