File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/robotframework/series/sales/creation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ Create series with empty required fields
19
19
Element Text Should Be id:currency.errors Value must not be empty
20
20
21
21
Create series sale with too long url
22
- ${letter } = Set Variable j
23
- Input Text id:url http://${letter * 767 }
22
+ ${letter } = Set Variable j
23
+ Input Text id:url http://${letter * 767 }
24
24
Submit Form id:add-series-sales-form
25
25
Element Text Should Be id:url.errors Value is greater than allowable maximum of 767 characters
26
26
27
27
Create series sale with invalid url
28
- Input Text id:url invalid-url
28
+ Input Text id:url invalid-url
29
29
Submit Form id:add-series-sales-form
30
30
Element Text Should Be id:url.errors Value must be a valid URL
31
31
You can’t perform that action at this time.
0 commit comments