@@ -99,15 +99,16 @@ Invalid Catalog Numbers Should Be Rejected
99
99
Element Text Should Be id=gibbonsNumbers.errors Value must be comma delimited numbers
100
100
101
101
Invalid Catalog Price Should Be Rejected
102
- [Documentation] Test that specifying catalog price cause an error
103
- [Arguments] ${catalogPrice }
104
- Click Element id=add-catalog-numbers-link
105
- Input Text id=michelPrice ${catalogPrice }
106
- Input Text id=scottPrice ${catalogPrice }
107
- Input Text id=yvertPrice ${catalogPrice }
108
- Input Text id=gibbonsPrice ${catalogPrice }
109
- Submit Form id=add-series-form
110
- Element Text Should Be id=michelPrice.errors Invalid value
111
- Element Text Should Be id=scottPrice.errors Invalid value
112
- Element Text Should Be id=yvertPrice.errors Invalid value
113
- Element Text Should Be id=gibbonsPrice.errors Invalid value
102
+ [Documentation] Test that specifying catalog price cause an error
103
+ [Arguments] ${catalogPrice }
104
+ Click Element id=add-catalog-numbers-link
105
+ Wait Until Element Is Visible css=.js-catalogs-info
106
+ Input Text id=michelPrice ${catalogPrice }
107
+ Input Text id=scottPrice ${catalogPrice }
108
+ Input Text id=yvertPrice ${catalogPrice }
109
+ Input Text id=gibbonsPrice ${catalogPrice }
110
+ Submit Form id=add-series-form
111
+ Element Text Should Be id=michelPrice.errors Invalid value
112
+ Element Text Should Be id=scottPrice.errors Invalid value
113
+ Element Text Should Be id=yvertPrice.errors Invalid value
114
+ Element Text Should Be id=gibbonsPrice.errors Invalid value
0 commit comments