summaryrefslogtreecommitdiff
path: root/monkey-test/ns-infrastructure/load-image-jpeg.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'monkey-test/ns-infrastructure/load-image-jpeg.yaml')
-rw-r--r--monkey-test/ns-infrastructure/load-image-jpeg.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/monkey-test/ns-infrastructure/load-image-jpeg.yaml b/monkey-test/ns-infrastructure/load-image-jpeg.yaml
new file mode 100644
index 0000000..8e405d3
--- /dev/null
+++ b/monkey-test/ns-infrastructure/load-image-jpeg.yaml
@@ -0,0 +1,21 @@
+title: load a jpeg file
+group: basic
+steps:
+- action: launch
+ language: en
+- action: window-new
+ tag: win1
+- action: navigate
+ window: win1
+ url: https://test.netsurf-browser.org/cgi-bin/image.cgi?format=jpeg&width=40&height=30
+- action: block
+ conditions:
+ - window: win1
+ status: complete
+- action: plot-check
+ window: win1
+ checks:
+ - bitmap-count: 1
+- action: window-close
+ window: win1
+- action: quit \ No newline at end of file