netsurf/test/monkey-tests/resource-scheme.yaml
Daniel Silverstone b34a52e4b9 More monkey stuff
2018-11-03 17:14:43 +00:00

35 lines
595 B
YAML

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