We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d634ec3 commit d54a736Copy full SHA for d54a736
src/test/java/com/checkmarx/intellij/ui/TestTriggerScan.java
@@ -84,7 +84,9 @@ public void testTriggerScanProjectWithDifferentOrganizationsDontMatch() {
84
@Video
85
public void testTriggerScanAndLoadResults() {
86
if (triggerScanNotAllowed()) return;
87
- clearSelection();
+ testSelectionAction(findSelection("Project"), "Project", "DiffOrg/WebGoat");
88
+ testSelectionAction(findSelection("Branch"), "Branch", Environment.BRANCH_NAME);
89
+ testSelectionAction(findSelection("Scan"), "Scan", Environment.SCAN_ID_NOT_MATCH_PROJECT);
90
waitForScanIdSelection();
91
findRunScanButtonAndClick();
92
JTreeFixture treeBeforeScan = find(JTreeFixture.class, TREE);
0 commit comments