summaryrefslogtreecommitdiff
path: root/test/monkey-tests/quit-mid-fetch.yaml
blob: cffdae3f2b7187ccc2fdf608130d8b48f437d679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
title: quitting mid-fetch
group: cleanup
steps:
- action: repeat
  min: 0
  step: 50
  tag: 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