@@ -5,7 +5,7 @@ Resource ../../auth.steps.robot
5
5
Resource ../../selenium.utils.robot
6
6
Suite Setup Before Test Suite
7
7
Suite Teardown Close Browser
8
- Test Setup Disable Client Validation
8
+ Test Setup Disable Client Validation add-series-form
9
9
Force Tags series validation
10
10
11
11
*** Test Cases ***
@@ -61,10 +61,6 @@ Before Test Suite
61
61
Log In As login=coder password=test
62
62
Go To ${SITE_URL } /series/add
63
63
64
- Disable Client Validation
65
- Remove Element Attribute quantity required
66
- Remove Element Attribute image required
67
-
68
64
Invalid Catalog Numbers Should Be Rejected
69
65
[Arguments] ${catalogNumbers }
70
66
# open page each time to be sure that we're starting from the clean state.
@@ -73,7 +69,7 @@ Invalid Catalog Numbers Should Be Rejected
73
69
# invisible (because link is toggling the visibility and when there are
74
70
# errors, fields are visible from the begining).
75
71
Go To ${SITE_URL } /series/add
76
- Disable Client Validation
72
+ Disable Client Validation add-series-form
77
73
Click Element id:add-catalog-numbers-link
78
74
# we should wait until all 4 fields with class js-catalogs-info will be
79
75
# visible but for simplicity we just check that the last field is visible
@@ -103,7 +99,7 @@ Invalid Catalog Price Should Be Rejected
103
99
# invisible (because link is toggling the visibility and when there are
104
100
# errors, fields are visible from the begining).
105
101
Go To ${SITE_URL } /series/add
106
- Disable Client Validation
102
+ Disable Client Validation add-series-form
107
103
Click Element id:add-catalog-numbers-link
108
104
# we should wait until all 4 fields with class js-catalogs-info will be
109
105
# visible but for simplicity we just check that the last field is visible
0 commit comments