summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-23 11:10:53 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-23 11:11:00 +0200
commitd19375b6640efcf9639c927fa68e48893af7b08a (patch)
treea13945ecc899e389a1470de647655114f6a35288
parent55a2f68d95798797ba788bfe50e8dbf461957cd9 (diff)
downloadqutebrowser-d19375b6640efcf9639c927fa68e48893af7b08a.tar.gz
qutebrowser-d19375b6640efcf9639c927fa68e48893af7b08a.zip
Fix tests on Windows
(cherry picked from commit 0ee169e497de97d13bbd1b0c50e11bd452d5d25f)
-rw-r--r--tests/end2end/features/spawn.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature
index e7dfaee6c..ba2cc7474 100644
--- a/tests/end2end/features/spawn.feature
+++ b/tests/end2end/features/spawn.feature
@@ -72,6 +72,7 @@ Feature: :spawn
@windows
Scenario: Running :spawn with userscript on Windows
+ Given I clean up open tabs
When I open data/hello.txt
And I run :spawn -u (testdata)/userscripts/open_current_url.bat
And I wait until data/hello.txt is loaded