Skip to content

Commit 5efb578

Browse files
committed
refactor(series/add-image/logic.robot): don't check for a page location in integration tests.
Follow-up #900 No functional changes.
1 parent 3ca7948 commit 5efb578

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/robotframework/series/add-image/logic.robot

-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ Add additional image by uploading a file
1212
Page Should Not Contain Image id=series-image-2
1313
Choose File id=image ${MAIN_RESOURCE_DIR}${/}test.png
1414
Submit Form id=add-image-form
15-
Location Should Be ${SITE_URL}/series/1
1615
Page Should Contain Image id=series-image-2
1716

1817
Add additional image by downloading a file from URL
1918
Page Should Not Contain Image id=series-image-3
2019
Input Text id=image-url ${SITE_URL}/image/1
2120
Submit Form id=add-image-form
22-
Location Should Be ${SITE_URL}/series/1
2321
Page Should Contain Image id=series-image-3
2422

2523
*** Keywords ***

0 commit comments

Comments
 (0)