summaryrefslogtreecommitdiff
path: root/test/monkey-tests/resource-scheme.yaml
blob: 791a79cd6f4189046cd9d19708ddfd4464e8d675 (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
31
32
33
34
title: resource scheme
group: basic
steps:
- action: launch
  language: en
- action: window-new
  tag: win1
- action: navigate
  window: win1
  url: resource:does-not-exist
- action: block
  conditions:
  - window: win1
    status: complete
- action: plot-check
  window: win1
  checks:
  - text-contains: Not found
  - text-contains: Error 404
- action: navigate
  window: win1
  url: resource:netsurf.png
- action: block
  conditions:
  - window: win1
    status: complete
- action: plot-check
  window: win1
  checks:
  - bitmap-count: 1
- action: window-close
  window: win1
- action: quit