Skip to content

Commit 425c1ec

Browse files
author
elchananarb
committed
Update ProjectSelectionTest.java
1 parent e0cebf0 commit 425c1ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

checkmarx-ast-eclipse-plugin-tests/src/test/java/checkmarx/ast/eclipse/plugin/tests/ui/ProjectSelectionTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ public void testProjectSelectionFlow() throws TimeoutException {
2727

2828
System.out.println("\n=== Starting Project Selection Flow Test ===");
2929

30+
// Clear previous results
31+
_bot.viewByTitle(VIEW_CHECKMARX_AST_SCAN).viewMenu()
32+
.menu(PluginConstants.TOOLBAR_ACTION_CLEAR_RESULTS).click();
33+
sleep(1000);
34+
3035
// Get combo boxes
3136
SWTBotCombo projectCombo = _bot.comboBox(0);
3237
SWTBotCombo branchCombo = _bot.comboBox(1);

0 commit comments

Comments
 (0)