From ae5e2839aed4cd4cfe94f534a08d4be1f598031e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 5 Oct 2016 15:45:30 +0200 Subject: [PATCH] Revert accidental changes --- tests/end2end/data/javascript/consolelog.html | 2 +- tests/end2end/features/hints.feature | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/tests/end2end/data/javascript/consolelog.html b/tests/end2end/data/javascript/consolelog.html index b25d58325..d8506862e 100644 --- a/tests/end2end/data/javascript/consolelog.html +++ b/tests/end2end/data/javascript/consolelog.html @@ -1,6 +1,6 @@ - +

This page logs a line via console.log

diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index aad42996a..d0622b9c0 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -70,15 +70,7 @@ Feature: Using hints Then the message "Command exited successfully." should be shown @posix - Scenario: Using :hint spawn with flags class Test - - log: (args...) -> - console.log "[Foo]", args... - - -test = new Test() -test.log("Hello World") -passed to the command (issue 797) + Scenario: Using :hint spawn with flags passed to the command (issue 797) When I open data/hints/html/simple.html And I hint with args "--rapid all spawn -v echo -e foo" and follow a Then the message "Command exited successfully." should be shown