-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdurationTimeThresholds.yaml
69 lines (69 loc) · 2.99 KB
/
durationTimeThresholds.yaml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
features:
- name: "Initiate Requisition"
scenarios:
- name: "Storeroom Manager should be able to initiate requisition for home facility"
steps:
- name: "I click on the \"Search\" button"
duration: 4
- name: "I click on the \"Proceed\" button"
duration: 6
- name: "Requisition Synchronization"
scenarios:
- name: "Storeroom Manager should be able to sync requisition with the server"
steps:
- name: "I click on the \"Sync with Server\" button"
duration: 5
- name: "Submit Requisition"
scenarios:
- name: "Storeroom manager should not be able to submit the requisition with Requested quantity explanation column omitted"
steps:
- name: "I confirm the submit"
duration: 4
- name: "Authorizing Requisitions"
scenarios:
- name: "Store Manager should not be able to authorize the requisition with one required column omitted"
steps:
- name: "I have navigated to a requisition for \"Lilongwe Health Center\" facility, \"ARV\" program and \"Mar2017\" period"
duration: 11
- name: "I confirm the authorize"
duration: 2.5
- name: "Store manager should not be able to authorize the requisition with Requested quantity explanation column omitted"
steps:
- name: "I confirm the authorize"
duration: 2.5
- name: "Store Manager should be able to authorize a requisition"
steps:
- name: "I confirm the authorize"
duration: 2.5
- name: "Approving and rejecting Requisitions"
scenarios:
- name: "District Store Manager should be able to approve requisition for home facility"
steps:
- name: "I navigate to approve requisitions screen"
duration: 2.5
- name: "I select requisition for \"Family Planning\" program and \"2018Q1\" period for approve requisitions"
duration: 5
- name: "I confirm the approval"
duration: 8
- name: "District Store Manager should be able to reject requisition for home facility"
steps:
- name: "I navigate to approve requisitions screen"
duration: 2.5
- name: "Psupervisor should reject approved requisition"
steps:
- name: "I navigate to approve requisitions screen"
duration: 2.5
- name: "I select requisition for \"Family Planning\" program and \"2018Q1\" period for approve requisitions"
duration: 5
- name: "Converting requisitions to orders"
scenarios:
- name: "Administrator should be able to convert one requisition to order"
steps:
- name: "I navigate to Convert Requisitions to Order screen"
duration: 3
- name: "I confirm the convert"
duration: 7.5
- name: "Administrator should be able to convert multiple requisitions to orders"
steps:
- name: "I confirm the convert"
duration: 12