We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7484d commit b19a375Copy full SHA for b19a375
src/test/robotframework/series/add-image/validation.robot
@@ -12,6 +12,12 @@ Add image but without filling a required field
12
Submit Form id=add-image-form
13
Element Text Should Be id=image.errors Value must not be empty
14
15
+Add image with empty file
16
+ [Documentation] Verify validation of an empty file
17
+ Choose File id=image ${TEST_RESOURCE_DIR}${/}empty.png
18
+ Submit Form id=add-image-form
19
+ Element Text Should Be id=image.errors File must not be empty
20
+
21
*** Keywords ***
22
Before Test Suite
23
[Documentation] Login as admin and open a page with a series info
0 commit comments