From 590a9b4f7833f414ba397c5482c770e3fbab3642 Mon Sep 17 00:00:00 2001 From: Fritz Reichwald Date: Wed, 12 Apr 2017 07:32:40 +0200 Subject: [PATCH] Indent with spaces and minor changes --- tests/end2end/features/spawn.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature index f5108b9e7..3d69cdd9a 100644 --- a/tests/end2end/features/spawn.feature +++ b/tests/end2end/features/spawn.feature @@ -57,6 +57,5 @@ Feature: :spawn - about:blank (active) Scenario: Running :spawn with userscript that expects the stdin getting closed - When I open about:blank - And I run :spawn -u (testdata)/userscripts/test_stdinclose.py - Then "stdin closed" should be logged + When I run :spawn -u (testdata)/userscripts/stdinclose.py + Then the message "stdin closed" should be shown