summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-03-23 12:31:00 +0000
committerVincent Sanders <vince@kyllikki.org>2020-03-23 17:41:05 +0000
commitfa1f1dcd1188ab80803b1ef0773020d1378dbfc4 (patch)
treeaf9b9c5a96375668dbc5b5ea6c3c37775447e4c2 /test
parent9ec17b011b0b131ef330dc654ebf00135849361e (diff)
downloadnetsurf-fa1f1dcd1188ab80803b1ef0773020d1378dbfc4.tar.gz
netsurf-fa1f1dcd1188ab80803b1ef0773020d1378dbfc4.tar.bz2
fix start stop test to set launch options correctly
Diffstat (limited to 'test')
-rw-r--r--test/monkey-tests/start-stop-no-js.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/monkey-tests/start-stop-no-js.yaml b/test/monkey-tests/start-stop-no-js.yaml
index 0a681cffc..028e08f8e 100644
--- a/test/monkey-tests/start-stop-no-js.yaml
+++ b/test/monkey-tests/start-stop-no-js.yaml
@@ -1,8 +1,7 @@
title: start and stop browser without JS
-group: basic
+group: initial
steps:
- action: launch
- args:
+ options:
- enable_javascript=0
- action: quit
-