summaryrefslogtreecommitdiff
path: root/monkey-test/ns-infrastructure/load-trivial-document.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'monkey-test/ns-infrastructure/load-trivial-document.yaml')
-rw-r--r--monkey-test/ns-infrastructure/load-trivial-document.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/monkey-test/ns-infrastructure/load-trivial-document.yaml b/monkey-test/ns-infrastructure/load-trivial-document.yaml
new file mode 100644
index 0000000..ab6803e
--- /dev/null
+++ b/monkey-test/ns-infrastructure/load-trivial-document.yaml
@@ -0,0 +1,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 \ No newline at end of file