Skip to content

Commit 2ab7d5c

Browse files
committed
fix(series/creation/validation-admin.robot): fix too long line.
Correction for 5eb1bdf commit. Addressed to #761
1 parent 2aaa32d commit 2ab7d5c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/robotframework/series/creation/validation-admin.robot

+4-1
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,11 @@ Invalid Catalog Numbers Should Be Rejected
127127
Input Text id=yvertNumbers ${catalogNumbers}
128128
Input Text id=gibbonsNumbers ${catalogNumbers}
129129
Submit Form id=add-series-form
130+
${alnumMessage} Catenate SEPARATOR=${SPACE}
131+
... Value must be a list of numbers separated by comma.
132+
... Any number may end with a latin letter in lower case
130133
Element Text Should Be id=michelNumbers.errors Value must be a list of numbers separated by comma
131-
Element Text Should Be id=scottNumbers.errors Value must be a list of numbers separated by comma. Any number may end with a latin letter in lower case
134+
Element Text Should Be id=scottNumbers.errors ${alnumMessage}
132135
Element Text Should Be id=yvertNumbers.errors Value must be a list of numbers separated by comma
133136
Element Text Should Be id=gibbonsNumbers.errors Value must be a list of numbers separated by comma
134137

0 commit comments

Comments
 (0)