Skip to content

Commit e0cebf0

Browse files
author
elchananarb
committed
Update ProjectSelectionTest.java
1 parent 821c9a0 commit e0cebf0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import org.junit.runner.RunWith;
1212

1313
import com.checkmarx.eclipse.utils.PluginConstants;
14-
import com.checkmarx.eclipse.views.ViewConstants;
1514
import checkmarx.ast.eclipse.plugin.tests.common.Environment;
1615

1716
@RunWith(SWTBotJunit4ClassRunner.class)
@@ -59,8 +58,8 @@ public void testProjectSelectionFlow() throws TimeoutException {
5958
scanIdCombo.setText(Environment.SCAN_ID); // CX_TEST_SCAN
6059
sleep(2000);
6160

62-
// Cleanup
63-
_bot.viewByTitle(ViewConstants.VIEW_CHECKMARX_AST_SCAN).close();
61+
// Cleanup
62+
_bot.viewByTitle(VIEW_CHECKMARX_AST_SCAN).close();
6463

6564
} catch (Exception e) {
6665
System.out.println("\n=== Test Failed ===");

0 commit comments

Comments
 (0)