You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When validate_approver_permissions function is called
20
20
Then Return value should be permission denied json
21
-
21
+
22
22
Scenario: User who made the request has secondary approver access & access_mapping is not in pending state & module supports secondary approval
23
23
Given User who made request has secondary approver access
24
24
And access_mapping is not in pending state
25
25
And Modules supports secondary approval
26
26
When validate_approver_permissions function is called
27
27
Then Return value should be empty json
28
28
29
-
Scenario: User who made the request has primary approver access & access_mapping is not in pending state & module supports secondary approval
29
+
Scenario: User who made the request has primary approver access & access_mapping is not in pending state & module supports secondary approval
30
30
Given User who made request has primary approver access with false response
31
31
And access_mapping is not in pending state
32
32
And Modules supports secondary approval
33
33
When validate_approver_permissions function is called
34
34
Then Return value should be permission denied json
35
35
36
36
37
-
Scenario: When the user who made the request has primary approver access & access_mapping is in pending state & module does not need secondary approval
37
+
Scenario: When the user who made the request has primary approver access & access_mapping is in pending state & module does not need secondary approval
38
38
Given User who made request has primary approver access
39
39
And access_mapping is in pending state
40
40
And Modules does not need secondary approval
41
41
When validate_approver_permissions function is called
42
42
Then Return value should be empty json
43
43
44
-
Scenario: When the user who made the request has primary approver access & access_mapping is in pending state & module does needs secondary approval
44
+
Scenario: When the user who made the request has primary approver access & access_mapping is in pending state & module does needs secondary approval
45
45
Given User who made request has primary approver access
46
46
And access_mapping is in pending state
47
47
And Modules supports secondary approval
48
-
When validate_approver_permissions function is called
48
+
When validate_approver_permissions function is called
49
49
Then Return value should be empty json
50
50
51
-
Scenario: When the user who made the request has secondary approver access & access_mapping is in primary pending state & module does needs secondary approval
51
+
Scenario: When the user who made the request has secondary approver access & access_mapping is in primary pending state & module does needs secondary approval
52
52
Given User who made request has only secondary approver access with false response
53
53
And access_mapping is in pending state
54
54
And Modules does not need secondary approval
55
-
When validate_approver_permissions function is called
55
+
When validate_approver_permissions function is called
56
56
Then Return value should be permission denied json
0 commit comments