We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a2949 commit b7cd9a3Copy full SHA for b7cd9a3
src/main/java/com/redhat/devtools/intellij/commonuitest/fixtures/mainidewindow/menubar/MenuBar.java
@@ -42,6 +42,7 @@ public class MenuBar {
42
43
public MenuBar(RemoteRobot remoteRobot) {
44
this.remoteRobot = remoteRobot;
45
+ checkVisibility();
46
}
47
48
/**
@@ -110,7 +111,7 @@ public CommonContainerFixture getMainMenu() {
110
111
return cf;
112
113
- public void setVisible() {
114
+ private void checkVisibility() {
115
// check menu already visible
116
try {
117
getMainMenu();
src/test-project/gradle.properties
@@ -1 +1 @@
1
-ideaVersion=2023.3
+ideaVersion=2024.3
0 commit comments