You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/test/monkey-tests/resource-scheme.yaml

35 lines
595 B

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