fix start stop test to set launch options correctly

This commit is contained in:
Vincent Sanders 2020-03-23 12:31:00 +00:00
parent 9ec17b011b
commit fa1f1dcd11
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
title: start and stop browser without JS title: start and stop browser without JS
group: basic group: initial
steps: steps:
- action: launch - action: launch
args: options:
- enable_javascript=0 - enable_javascript=0
- action: quit - action: quit