Revert accidental changes
This commit is contained in:
parent
6be4b74c59
commit
ae5e2839ae
@ -1,6 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<body onload="console.log('[test] test2')">
|
<body onload="console.log('console.log works!')">
|
||||||
<p>This page logs a line via console.log</p>
|
<p>This page logs a line via console.log</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -70,15 +70,7 @@ Feature: Using hints
|
|||||||
Then the message "Command exited successfully." should be shown
|
Then the message "Command exited successfully." should be shown
|
||||||
|
|
||||||
@posix
|
@posix
|
||||||
Scenario: Using :hint spawn with flags class Test
|
Scenario: Using :hint spawn with flags passed to the command (issue 797)
|
||||||
|
|
||||||
log: (args...) ->
|
|
||||||
console.log "[Foo]", args...
|
|
||||||
|
|
||||||
|
|
||||||
test = new Test()
|
|
||||||
test.log("Hello World")
|
|
||||||
passed to the command (issue 797)
|
|
||||||
When I open data/hints/html/simple.html
|
When I open data/hints/html/simple.html
|
||||||
And I hint with args "--rapid all spawn -v echo -e foo" and follow a
|
And I hint with args "--rapid all spawn -v echo -e foo" and follow a
|
||||||
Then the message "Command exited successfully." should be shown
|
Then the message "Command exited successfully." should be shown
|
||||||
|
Loading…
Reference in New Issue
Block a user