Example script console log test, needs genericising on path

Currently this has to have a full-path to the inserted-script test

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-05-06 11:01:14 +01:00
parent 4db81370f3
commit 183f9ed8bc
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
title: run inserted-script test in JS enabled browser
group: basic
steps:
- action: launch
args:
- "--enable_javascript=1"
- action: window-new
tag: win1
- action: clear-log
window: win1
- action: navigate
window: win1
url: file:///home/dsilvers/dev-netsurf/workspace/netsurf/test/js/inserted-script.html
- action: block
conditions:
- window: win1
status: complete
- action: wait-log
window: win1
substring: deferred
- action: quit