We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca7948 commit 5efb578Copy full SHA for 5efb578
src/test/robotframework/series/add-image/logic.robot
@@ -12,14 +12,12 @@ Add additional image by uploading a file
12
Page Should Not Contain Image id=series-image-2
13
Choose File id=image ${MAIN_RESOURCE_DIR}${/}test.png
14
Submit Form id=add-image-form
15
- Location Should Be ${SITE_URL}/series/1
16
Page Should Contain Image id=series-image-2
17
18
Add additional image by downloading a file from URL
19
Page Should Not Contain Image id=series-image-3
20
Input Text id=image-url ${SITE_URL}/image/1
21
22
23
Page Should Contain Image id=series-image-3
24
25
*** Keywords ***
0 commit comments