summaryrefslogtreecommitdiff
path: root/monkey-test/ns-infrastructure/load-trivial-document.yaml
blob: ab6803ef398c14a3cc30e61e21b04ecf159a0b09 (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
29
30
title: load trivial document
group: basic
steps:
- action: launch
  language: en
- action: window-new
  tag: win1
- action: navigate
  window: win1
  url: http://test.netsurf-browser.org/html/trivial-document.html
- action: block
  conditions:
  - window: win1
    status: complete
- action: plot-check
  window: win1
  checks:
  - bitmap-count: 0
  - text-contains: Trivial document
  - text-contains: Hello!
- action: navigate
  window: win1
  url: resource:netsurf.png
- action: block
  conditions:
  - window: win1
    status: complete
- action: window-close
  window: win1
- action: quit