File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/com/checkmarx/intellij/ui Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ public void testTriggerScanAndLoadResults() {
87
87
testSelectionAction (findSelection ("Project" ), "Project" , "DiffOrg/WebGoat" );
88
88
testSelectionAction (findSelection ("Branch" ), "Branch" , Environment .BRANCH_NAME );
89
89
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 );
90
93
waitForScanIdSelection ();
91
94
findRunScanButtonAndClick ();
92
95
JTreeFixture treeBeforeScan = find (JTreeFixture .class , TREE );
You can’t perform that action at this time.
0 commit comments