File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/test/robotframework/series/creation Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,14 @@ Create series with empty image
38
38
Submit Form id=add-series-form
39
39
Element Text Should Be id=image.errors File must not be empty
40
40
41
+ Create series with both image and an image URL
42
+ [Documentation] Verify validation of an image and an image URL provided at the same time
43
+ Choose File id=image ${TEST_RESOURCE_DIR }${/ } empty.png
44
+ Input Text id=image-url ${SITE_URL } /image/1
45
+ Submit Form id=add-series-form
46
+ Element Text Should Be id=image.errors Image or image URL must be specified
47
+ Element Text Should Be id=image-url.errors Image or image URL must be specified
48
+
41
49
Create series with image URL with invalid response
42
50
[Documentation] Verify validation of invalid response from a server
43
51
Input Text id=image-url ${SITE_URL } /test/invalid/response-400
You can’t perform that action at this time.
0 commit comments