@@ -28,21 +28,23 @@ Catalog numbers should accept valid values
28
28
1000
29
29
30
30
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
46
48
47
49
Catalog numbers should ignore duplicate values
48
50
Go To ${SITE_URL } /series/add
0 commit comments