Skip to content

Commit

Permalink
failing 2 tests to get the video
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 20, 2025
1 parent 148f4ab commit b086188
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ public void testStartWithConfigInDebugModeUsingToolbar() {
if (TestUtils.isServerStopNeeded(absoluteWLPPathGradle)) {
UIBotTestUtils.runStopAction(remoteRobot, testName, UIBotTestUtils.ActionExecType.LTWDROPDOWN, absoluteWLPPathGradle, "singleModGradleMP", 3, getProjectTypeIsMutliple());
}
TestUtils.validateProjectStopped(testName,getSmMpProjResURI(),absoluteWLPPath);
} finally {
// Cleanup configurations.
UIBotTestUtils.deleteLibertyRunConfigurations(remoteRobot);
Expand Down Expand Up @@ -933,6 +934,7 @@ public void testStartWithConfigInRunModeUsingMenu() {
if (TestUtils.isServerStopNeeded(absoluteWLPPathGradle)) {
UIBotTestUtils.runStopAction(remoteRobot, testName, UIBotTestUtils.ActionExecType.LTWDROPDOWN, absoluteWLPPathGradle, "singleModGradleMP", 3, getProjectTypeIsMutliple());
}
TestUtils.validateProjectStopped(testName,getSmMpProjResURI(),absoluteWLPPath);
} finally {
// Cleanup configurations.
UIBotTestUtils.deleteLibertyRunConfigurations(remoteRobot);
Expand Down

0 comments on commit b086188

Please sign in to comment.