Skip to content

Commit 01e25eb

Browse files
committed
fix: Series.Creation.Validation-User.Create series with too large quantity
1 parent cde26c3 commit 01e25eb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ Create series with too small quantity
2828
Element Text Should Be id:quantity.errors Value must be greater than or equal to 1
2929

3030
Create series with too large quantity
31-
Input Text id:quantity 156
32-
Submit Form id:add-series-form
33-
Element Text Should Be id:quantity.errors Value must be less than or equal to 150
31+
Input Text id:quantity 156
32+
Submit Form id:add-series-form
33+
Wait Until Page Contains Element id:quantity.errors
34+
Element Text Should Be id:quantity.errors Value must be less than or equal to 150
3435

3536
Create series with an empty image
3637
Choose File id:image ${TEST_RESOURCE_DIR}${/}empty.jpg

0 commit comments

Comments
 (0)