Skip to content

Commit b7cd9a3

Browse files
committed
fix: fix for 2023.3 use case
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 71a2949 commit b7cd9a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/java/com/redhat/devtools/intellij/commonuitest/fixtures/mainidewindow/menubar/MenuBar.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public class MenuBar {
4242

4343
public MenuBar(RemoteRobot remoteRobot) {
4444
this.remoteRobot = remoteRobot;
45+
checkVisibility();
4546
}
4647

4748
/**
@@ -110,7 +111,7 @@ public CommonContainerFixture getMainMenu() {
110111
return cf;
111112
}
112113

113-
public void setVisible() {
114+
private void checkVisibility() {
114115
// check menu already visible
115116
try {
116117
getMainMenu();

src/test-project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ideaVersion=2023.3
1+
ideaVersion=2024.3

0 commit comments

Comments
 (0)