File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/test/java/org/ays/feature Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Feature: Testing Admin Registration Pre Application Creation
20
20
Then User should see a success message confirming the pre-application creation
21
21
And User should be redirected to the details page after creation
22
22
23
- @Regression
23
+ @Regression @Disabled
24
24
Scenario Outline : Admin registration pre-application creation with invalid reasons
25
25
When Select an institution from the dropdown menu
26
26
Then Enter "<invalidReason>" and validate the error message "<errorKey>"
@@ -38,16 +38,19 @@ Feature: Testing Admin Registration Pre Application Creation
38
38
When Select an institution from the dropdown menu
39
39
Then Enter a reason with more than 512 characters and validate the error message
40
40
41
+ @Disabled
41
42
Scenario : Attempt to create an admin registration pre-application without selecting an institution
42
43
And Enter a valid creation reason
43
44
When Click the create button for pre-application form
44
45
Then User should see an error message for institution as "Institution is required."
45
46
47
+ @Disabled
46
48
Scenario : Attempt to create an admin registration pre-application without providing a creation reason
47
49
When Select an institution from the dropdown menu
48
50
And Click the create button for pre-application form
49
51
Then I should see an error message for reason "This field must be at least 40 characters."
50
52
53
+ @Disabled
51
54
Scenario : Attempt to create an admin registration pre-application with missing institution and reason
52
55
When Click the create button for pre-application form
53
56
Then User should see an error message for institution as "Institution is required."
You can’t perform that action at this time.
0 commit comments