summaryrefslogtreecommitdiff
path: root/test/monkey-tests/inserted-script.yaml
blob: ac7bb0f7f6c3a73c1bea2514838624084cccf9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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: about:blank
- action: block
  conditions:
  - window: win1
    status: complete
- action: js-exec
  window: win1
  cmd: location.assign("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