File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/test/robotframework/series/creation Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ Issue year should have options for range from 1840 to the current year
21
21
Should Be Equal As Integers ${numberOfYears } ${expectedNumberOfYears }
22
22
23
23
Catalog numbers should accept valid values
24
- [Tags] unstable
25
24
[Template] Valid Catalog Numbers Should Be Accepted
26
25
7
27
26
7 ,8
@@ -95,9 +94,15 @@ Before Test Suite
95
94
Log In As login=coder password=test
96
95
Go To ${SITE_URL } /series/add
97
96
97
+ Disable Client Validation
98
+ Remove Element Attribute quantity required
99
+ Remove Element Attribute image required
100
+
98
101
Valid Catalog Numbers Should Be Accepted
99
102
[Arguments] ${catalogNumbers }
103
+ Disable Client Validation
100
104
Click Element id=add-catalog-numbers-link
105
+ Wait Until Element Is Visible id=michelNumbers
101
106
Input Text id=michelNumbers ${catalogNumbers }
102
107
Input Text id=scottNumbers ${catalogNumbers }
103
108
Input Text id=yvertNumbers ${catalogNumbers }
You can’t perform that action at this time.
0 commit comments