Skip to content

Commit

Permalink
fix(test): ProjectExplorerPaneTest updated for 2024.2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Szuc <[email protected]>
  • Loading branch information
martinszuc committed Sep 30, 2024
1 parent b758c79 commit 5f05d61
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;

import java.time.Duration;

Expand Down Expand Up @@ -59,6 +60,7 @@ public void projectExplorerPaneOpenCloseTest() {
}

@Test
@DisabledIfSystemProperty(named = "uitestlib.idea.version", matches = "20242")
public void stripeButtonTest() {
try {
toolWinPane.stripeButton(ButtonLabels.MAVEN_STRIPE_BUTTON_LABEL, false);
Expand Down

0 comments on commit 5f05d61

Please sign in to comment.