Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java')
-rw-r--r--org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java b/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
index ab1f042c..2a67969c 100644
--- a/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
+++ b/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
@@ -1259,7 +1259,7 @@ public abstract class UIIntegrationTestCase {
SWTBotTree tree = selectProject(projectName);
findItem(tree.expandNode(projectName).expandNode("Maven Dependencies"), StringStartsWith.startsWith(jarName))
.select();
- ContextMenuHelper.clickContextMenu(tree, "Maven", "Exclude Maven artifact...");
+ ContextMenuHelper.clickContextMenu(tree, "Maven", "Exclude Maven Artifact...");
SWTBotShell shell = bot.shell("Exclude Maven Artifact");
try {
shell.activate();

Back to the top