Skip to content

Commit 34fbcfa

Browse files
committed
test: fix "Catalog numbers should be stripped from any spaces".
Relate to #1001 Fix #650
1 parent 5e76c47 commit 34fbcfa

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

src/test/robotframework/series/creation/misc-user.robot

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,23 @@ Catalog numbers should accept valid values
2828
1000
2929

3030
Catalog numbers should be stripped from any spaces
31-
[Tags] unstable
32-
Click Element id=add-catalog-numbers-link
33-
Input Text id=michelNumbers ${SPACE * 2}1 , 2${SPACE * 2}
34-
Input Text id=scottNumbers ${SPACE * 2}3 , 4${SPACE * 2}
35-
Input Text id=yvertNumbers ${SPACE * 2}5 , 6${SPACE * 2}
36-
Input Text id=gibbonsNumbers ${SPACE * 2}7 , 8${SPACE * 2}
37-
Input Text id=solovyovNumbers ${SPACE * 2}9 , 10${SPACE * 2}
38-
Input Text id=zagorskiNumbers ${SPACE * 2}11 , 12${SPACE * 2}
39-
Submit Form id=add-series-form
40-
Textfield Value Should Be id=michelNumbers 1,2
41-
Textfield Value Should Be id=scottNumbers 3,4
42-
Textfield Value Should Be id=yvertNumbers 5,6
43-
Textfield Value Should Be id=gibbonsNumbers 7,8
44-
Textfield Value Should Be id=solovyovNumbers 9,10
45-
Textfield Value Should Be id=zagorskiNumbers 11,12
31+
Go To ${SITE_URL}/series/add
32+
Disable Client Validation
33+
Click Element id=add-catalog-numbers-link
34+
Wait Until Element Is Visible id=michelNumbers
35+
Input Text id=michelNumbers ${SPACE * 2}1 , 2${SPACE * 2}
36+
Input Text id=scottNumbers ${SPACE * 2}3 , 4${SPACE * 2}
37+
Input Text id=yvertNumbers ${SPACE * 2}5 , 6${SPACE * 2}
38+
Input Text id=gibbonsNumbers ${SPACE * 2}7 , 8${SPACE * 2}
39+
Input Text id=solovyovNumbers ${SPACE * 2}9 , 10${SPACE * 2}
40+
Input Text id=zagorskiNumbers ${SPACE * 2}11 , 12${SPACE * 2}
41+
Submit Form id=add-series-form
42+
Textfield Value Should Be id=michelNumbers 1,2
43+
Textfield Value Should Be id=scottNumbers 3,4
44+
Textfield Value Should Be id=yvertNumbers 5,6
45+
Textfield Value Should Be id=gibbonsNumbers 7,8
46+
Textfield Value Should Be id=solovyovNumbers 9,10
47+
Textfield Value Should Be id=zagorskiNumbers 11,12
4648

4749
Catalog numbers should ignore duplicate values
4850
Go To ${SITE_URL}/series/add

0 commit comments

Comments
 (0)