Skip to content

Commit

Permalink
Update UIBotTestUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anusreelakshmi934 committed Feb 3, 2025
1 parent 40478f7 commit 5219688
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2202,10 +2202,6 @@ public static void selectConfigUsingToolbar(RemoteRobot remoteRobot, String cfgN
ProjectFrameFixture projectFrame = remoteRobot.find(ProjectFrameFixture.class, Duration.ofSeconds(10));
ComponentFixture cfgSelectBox = projectFrame.getRunConfigurationsComboBoxButton();

// Click on the Liberty toolbar to give it focus.
ComponentFixture libertyTWBar = projectFrame.getBaseLabel("Liberty", "10");
libertyTWBar.click();

boolean configFound = false;
int retryCount = 0;
int maxRetries = 5;
Expand Down

0 comments on commit 5219688

Please sign in to comment.