Skip to content

Commit

Permalink
Enabled video to method openAndValidateLibertyToolWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Nov 18, 2024
1 parent d792bf3 commit 3d09ddb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ public static void validateProjectFrameClosed(RemoteRobot remoteRobot) {
/**
* Open and validate the Liberty tool window is open
*/
@Video
public static void openAndValidateLibertyToolWindow(RemoteRobot remoteRobot, String treeItem) {
// Try multiple times in case the O/S is displaying a modal dialog that blocks the button.
for (int i = 1; i <=3; i++) {
Expand Down

0 comments on commit 3d09ddb

Please sign in to comment.