File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/javafxlibrary/keywords/AdditionalKeywords Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -266,8 +266,8 @@ public void boundsShouldBeEqual(Bounds firstBounds, Bounds secondBounds) {
266
266
}
267
267
268
268
@ RobotKeyword ("Fails if images are not similar enough\n \n "
269
- + "``image1`` ia an _Object:Image_ for the first comparable image.\n \n "
270
- + "``image2`` ia an _Object:Image_ for the second comparable image.\n \n "
269
+ + "``image1`` is an _Object:Image_ for the first comparable image.\n \n "
270
+ + "``image2`` is an _Object:Image_ for the second comparable image.\n \n "
271
271
+ "``percentage`` the percentage of pixels that should match, defaults to 100.\n \n "
272
272
+ "This keyword can be coupled with e.g. `Capture Image` -keyword." )
273
273
@ ArgumentNames ({ "image1" , "image2" , "percentage=100" })
@@ -294,8 +294,8 @@ public void imagesShouldMatch(Image image1, Image image2) {
294
294
}
295
295
296
296
@ RobotKeyword ("Fails if images are too similar\n \n "
297
- + "``image1`` ia an _Object:Image_ for the first comparable image.\n \n "
298
- + "``image2`` ia an _Object:Image_ for the second comparable image.\n \n "
297
+ + "``image1`` is an _Object:Image_ for the first comparable image.\n \n "
298
+ + "``image2`` is an _Object:Image_ for the second comparable image.\n \n "
299
299
+ "``percentage`` the percentage of pixels that should not match, defaults to 100.\n \n "
300
300
+ "This keyword can be coupled with e.g. `Capture Image` -keyword." )
301
301
@ ArgumentNames ({ "image1" , "image2" , "percentage=100" })
You can’t perform that action at this time.
0 commit comments