From d7110069bb1f7e42e6b081fe7beec288e6e9da77 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Aug 2016 16:57:47 +0200 Subject: [PATCH] Fix broken :repeat-command test --- tests/end2end/features/misc.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index b6c606551..286ee8009 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -518,7 +518,8 @@ Feature: Various utility commands. When I run :hint And I run :leave-mode And I run :repeat-command - And I run :click-element id link + And I run :follow-hint a + And I wait until data/hello.txt is loaded Then the following tabs should be open: - data/hints/link_blank.html - data/hello.txt (active)