From 6e7aefca008a46406870947369b20d0fe57d07bc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 10 Apr 2016 20:30:26 +0200 Subject: [PATCH] Add a xfail test for #797 --- tests/integration/features/hints.feature | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/integration/features/hints.feature b/tests/integration/features/hints.feature index 3f6fab924..062de293c 100644 --- a/tests/integration/features/hints.feature +++ b/tests/integration/features/hints.feature @@ -44,3 +44,10 @@ Feature: Using hints And I wait until data/hello.txt is loaded Then the following tabs should be open: - data/hello.txt (active) + + @xfail + Scenario: Using :hint spawn with flags (issue 797) + When I open data/hints/link.html + And I run :hint all spawn -v echo + And I run :follow-hint a + Then the message "Command exited successfully" should be shown