tmf: Fix wrong context menu in ColumnHeaderMenuTest
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.swtbot.tests / src / org / eclipse / tracecompass / tmf / ui / swtbot / tests / viewers / events / ColumnHeaderMenuTest.java
index 6dc2b84bfcd5e4ae4fd6cc8d178721df38b845cb..ba55593be85e3aec63f3348c6e0d8b462b06631c 100644 (file)
@@ -193,7 +193,7 @@ public class ColumnHeaderMenuTest {
         headerBot.contextMenu("Message").click();
         assertVisibleColumns(tableBot.widget, new String[] { });
 
-        tableBot.contextMenu("Show All").click();
+        headerBot.contextMenu("Show All").click();
         assertVisibleColumns(tableBot.widget, new String[] { "Timestamp", "Host", "Logger", "File", "Line", "Message" });
     }
 
This page took 0.024002 seconds and 5 git commands to generate.