summaryrefslogtreecommitdiff
path: root/test/monkey-tests/quit-mid-fetch.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/monkey-tests/quit-mid-fetch.yaml')
-rw-r--r--test/monkey-tests/quit-mid-fetch.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/monkey-tests/quit-mid-fetch.yaml b/test/monkey-tests/quit-mid-fetch.yaml
new file mode 100644
index 000000000..b033f67b6
--- /dev/null
+++ b/test/monkey-tests/quit-mid-fetch.yaml
@@ -0,0 +1,22 @@
+title: quitting mid-fetch
+group: cleanup
+steps:
+- action: repeat
+ min: 0
+ step: 50
+ name: sleepytimer
+ steps:
+ - action: launch
+ - action: window-new
+ tag: win1
+ - action: navigate
+ window: win1
+ url: http://www.bbc.co.uk/news
+ - action: sleep-ms
+ time: sleepytimer
+ conditions:
+ - window: win1
+ status: complete
+ breaks: sleepytimer
+ - action: quit
+