We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde26c3 commit 01e25ebCopy full SHA for 01e25eb
1 file changed
src/test/robotframework/series/creation/validation-user.robot
@@ -28,9 +28,10 @@ Create series with too small quantity
28
Element Text Should Be id:quantity.errors Value must be greater than or equal to 1
29
30
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
+ Input Text id:quantity 156
+ Submit Form id:add-series-form
+ 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
35
36
Create series with an empty image
37
Choose File id:image ${TEST_RESOURCE_DIR}${/}empty.jpg
0 commit comments