summaryrefslogtreecommitdiff
path: root/test/monkey-tests/simultanious-fetches.yaml
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-11-03 16:49:58 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2018-11-03 16:49:58 +0000
commit7cc1f1bfc09653479ae8bb0db0f2ce5a7d19bd0a (patch)
treeee7a952f27546646a2a0c19a34de01f4b1535e63 /test/monkey-tests/simultanious-fetches.yaml
parent90e4976800c18d16c66a72c1d0c23b73ce59d7a2 (diff)
downloadnetsurf-7cc1f1bfc09653479ae8bb0db0f2ce5a7d19bd0a.tar.gz
netsurf-7cc1f1bfc09653479ae8bb0db0f2ce5a7d19bd0a.tar.bz2
Monkey tests: Add more example test plans.
Diffstat (limited to 'test/monkey-tests/simultanious-fetches.yaml')
-rw-r--r--test/monkey-tests/simultanious-fetches.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/test/monkey-tests/simultanious-fetches.yaml b/test/monkey-tests/simultanious-fetches.yaml
new file mode 100644
index 000000000..513b7881a
--- /dev/null
+++ b/test/monkey-tests/simultanious-fetches.yaml
@@ -0,0 +1,35 @@
+title: simultanious page fetches
+group: real-world
+steps:
+- action: launch
+ language: en
+- action: window-new
+ tag: win1
+- action: window-new
+ tag: win2
+- action: window-new
+ tag: win3
+- action: window-new
+ tag: win4
+- action: navigate
+ window: win1
+ url: http://www.bbc.co.uk/news
+- action: navigate
+ window: win2
+ url: http://www.amazon.co.uk/
+- action: navigate
+ window: win3
+ url: http://www.theregister.co.uk/
+- action: navigate
+ window: win4
+ url: http://www.arstechnica.co.uk/
+- action: block
+ conditions:
+ - window: *all*
+ status: complete
+- action: window-close
+ window: win1
+- action: window-close
+ window: win2
+- action: quit
+