Skip to content

Commit b88331b

Browse files
update absoluteWLPPath
1 parent efe3fed commit b88331b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ public void testStartInContainerActionUsingDropDownMenu() {
818818
@Disabled
819819
public void testStartInContainerActionUsingPlayToolbarButton() {
820820
String testName = "testStartInContainerActionUsingPlayToolbarButton";
821-
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getBuildFileName()).toString();
821+
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();
822822

823823
// Start dev mode in a container.
824824
UIBotTestUtils.runLibertyActionFromLTWDropDownMenu(remoteRobot, "Start in container", true, 3);

0 commit comments

Comments
 (0)