summaryrefslogtreecommitdiff
path: root/test/monkey-tests/simultanious-fetches.yaml
blob: 513b7881ac4c70251ac195d0279fe96e727747b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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