renoth commented on code in PR #555:
URL: https://github.com/apache/wicket/pull/555#discussion_r1136240305


##########
wicket-core/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java:
##########
@@ -1576,6 +1577,48 @@ public Component getComponentFromLastRenderedPage(String 
path)
                return getComponentFromLastRenderedPage(path, true);
        }
 
+       /**
+        * TODO
+        *
+        * @param wicketId
+        * @return
+        */
+       public Optional<Component> 
getFirstComponentFromLastRenderedPageByWicketId(String wicketId) {

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@wicket.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to