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) {
266266 }
267267
268268 @ 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 "
271271 + "``percentage`` the percentage of pixels that should match, defaults to 100.\n \n "
272272 + "This keyword can be coupled with e.g. `Capture Image` -keyword." )
273273 @ ArgumentNames ({ "image1" , "image2" , "percentage=100" })
@@ -294,8 +294,8 @@ public void imagesShouldMatch(Image image1, Image image2) {
294294 }
295295
296296 @ 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 "
299299 + "``percentage`` the percentage of pixels that should not match, defaults to 100.\n \n "
300300 + "This keyword can be coupled with e.g. `Capture Image` -keyword." )
301301 @ ArgumentNames ({ "image1" , "image2" , "percentage=100" })
You can’t perform that action at this time.
0 commit comments