Add utility method to close secondary shells after tests
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.swtbot.tests / src / org / eclipse / tracecompass / tmf / ui / swtbot / tests / viewers / events / TmfAlignTimeAxisTest.java
index d57be3115910c77841c96514d68b7055df093cca..7f47ad28c62d0e5bd4b9b98f74a43e667fa8d8d7 100644 (file)
@@ -148,6 +148,7 @@ public class TmfAlignTimeAxisTest {
         SWTBotUtils.activeEventsEditor(bot).close();
         /* Switch back to Tracing perspective since several tests change the perspective */
         SWTBotUtils.switchToTracingPerspective();
+        SWTBotUtils.closeSecondaryShells(fBot);
     }
 
     /**
This page took 0.025298 seconds and 5 git commands to generate.