Skip to content

Commit 4adfd8e

Browse files
committed
fix: fix failing tests
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 34a37fb commit 4adfd8e

File tree

1 file changed

+1
-1
lines changed
  • src/test-project/src/test/java/com/redhat/devtools/intellij/commonuitest/fixtures/test/mainidewindow/toolwindowspane/openclose

1 file changed

+1
-1
lines changed

src/test-project/src/test/java/com/redhat/devtools/intellij/commonuitest/fixtures/test/mainidewindow/toolwindowspane/openclose/PEPaneAndStripeButtonTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void projectExplorerPaneOpenCloseTest() {
6060
}
6161

6262
@Test
63-
@DisabledIfSystemProperty(named = "uitestlib.idea.version", matches = "20242")
63+
@DisabledIfSystemProperty(named = "uitestlib.idea.version", matches = "20242|20243")
6464
void stripeButtonTest() {
6565
try {
6666
toolWinPane.stripeButton(ButtonLabels.MAVEN_STRIPE_BUTTON_LABEL, false);

0 commit comments

Comments
 (0)