Skip to content

Commit 4fcebfe

Browse files
Merge pull request #1079 from anusreelakshmi934/updateAbsoluteWLPPath
Update absoluteWLPPath in testStartInContainerActionUsingPlayToolbarButton() test
2 parents fb1762e + 56bfb77 commit 4fcebfe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/java/io/openliberty/tools/intellij/it/SingleModMPProjectTestCommon.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,6 @@ public void testMultipleConfigEditHistory() {
10051005
@Test
10061006
@Video
10071007
@EnabledOnOs({OS.LINUX})
1008-
@Disabled
10091008
public void testStartInContainerActionUsingDropDownMenu() {
10101009
String testName = "testStartInContainerActionUsingDropDownMenu";
10111010
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();
@@ -1038,10 +1037,9 @@ public void testStartInContainerActionUsingDropDownMenu() {
10381037
@Test
10391038
@Video
10401039
@EnabledOnOs({OS.LINUX})
1041-
@Disabled
10421040
public void testStartInContainerActionUsingPlayToolbarButton() {
10431041
String testName = "testStartInContainerActionUsingPlayToolbarButton";
1044-
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getBuildFileName()).toString();
1042+
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();
10451043

10461044
// Start dev mode in a container.
10471045
UIBotTestUtils.runLibertyActionFromLTWDropDownMenu(remoteRobot, "Start in container", true, 3);
@@ -1070,7 +1068,6 @@ public void testStartInContainerActionUsingPlayToolbarButton() {
10701068
@Test
10711069
@Video
10721070
@EnabledOnOs({OS.LINUX})
1073-
@Disabled
10741071
public void testStartInContainerActionUsingPopUpMenu() {
10751072
String testName = "testStartInContainerActionUsingPopUpMenu";
10761073
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();
@@ -1103,7 +1100,6 @@ public void testStartInContainerActionUsingPopUpMenu() {
11031100
@Test
11041101
@Video
11051102
@EnabledOnOs({OS.LINUX})
1106-
@Disabled
11071103
public void testStartInContainerActionUsingSearch() {
11081104
String testName = "testStartInContainerActionUsingSearch";
11091105
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();

0 commit comments

Comments
 (0)