File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
src/test/robotframework/acceptance Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -41,19 +41,14 @@ Capture Bounds
41
41
${IMAGE2 } Load Image ${COMPARISON } bounds.png
42
42
Images Should Match ${IMAGE1 } ${IMAGE2 } ${99 }
43
43
44
- Load Image From URL
45
- [Tags] smoke
46
- ${IMAGE } Load Image From Url http://i.imgur.com/A99VNbK.png
47
- ${TARGET } Load Image ${COMPARISON } url.png
48
-
49
44
Save And Load Image With Path
50
- [Tags] smoke
51
- ${NODE } Find id=rectangleContainer
52
- ${IMAGE1 } Capture Image ${NODE }
53
- Save Image As ${IMAGE1 } ${TEMPDIR }${/ } image.png
54
- Log <img src="${TEMPDIR }${/ } image.png" widht="800"> html=true
55
- ${IMAGE2 } Load Image ${TEMPDIR }${/ } image.png
56
- Images Should Match ${IMAGE1 } ${IMAGE2 }
45
+ [Tags] smoke
46
+ ${NODE } Find id=rectangleContainer
47
+ ${IMAGE1 } Capture Image ${NODE }
48
+ Save Image As ${IMAGE1 } ${TEMPDIR }${/ } image.png
49
+ Log <img src="${TEMPDIR }${/ } image.png" widht="800"> html=true
50
+ ${IMAGE2 } Load Image ${TEMPDIR }${/ } image.png
51
+ Images Should Match ${IMAGE1 } ${IMAGE2 }
57
52
58
53
Images Should Match
59
54
[Tags] smoke
You can’t perform that action at this time.
0 commit comments