summaryrefslogtreecommitdiff
path: root/test/monkey-tests/inserted-script.yaml
blob: b2f8fbf643fbda699e4fd219960fd8cc8e8c90f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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