Skip to content

Commit 88e2481

Browse files
committed
Enhance testTriggerScanAndLoadResults with additional selection actions for Project, Branch, and Scan
1 parent d54a736 commit 88e2481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/com/checkmarx/intellij/ui/TestTriggerScan.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ public void testTriggerScanAndLoadResults() {
8787
testSelectionAction(findSelection("Project"), "Project", "DiffOrg/WebGoat");
8888
testSelectionAction(findSelection("Branch"), "Branch", Environment.BRANCH_NAME);
8989
testSelectionAction(findSelection("Scan"), "Scan", Environment.SCAN_ID_NOT_MATCH_PROJECT);
90+
testSelectionAction(findSelection("Project"), "Project", Environment.PROJECT_NAME);
91+
testSelectionAction(findSelection("Branch"), "Branch", Environment.BRANCH_NAME);
92+
testSelectionAction(findSelection("Scan"), "Scan", Environment.SCAN_ID);
9093
waitForScanIdSelection();
9194
findRunScanButtonAndClick();
9295
JTreeFixture treeBeforeScan = find(JTreeFixture.class, TREE);

0 commit comments

Comments
 (0)