Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: FEST-Swing 1.2a2
-
Fix Version/s: FEST-Swing 1.2a3
-
Component/s: Swing
-
Labels:None
-
Environment:Fest-Swing 1.2a2 on Linux
-
Testcase included:yes
-
Number of attachments :
Description
The BasicComponentFinder knows nothing of the associated BasicRobot's Settings. This seems to be why omitting the 'showing' parameter causes multiple component matches, although one would assume that
robot.finder().findByName("btnPanel")
would use the robot's Settings' ComponentLookupScope, which defaults to SHOWING_ONLY
Test case which should pass but does not.