Re: [linuxtools-dev] SWTBot tests on Hudson at Eclipse.org

2015-11-04 Thread Xavier Coulon
Thanks for your reply, Marc-André ! Yes, my code attempts to close the Welcome page. I tried with 2 following approaches: First: try { final SWTWorkbenchBot bot = new SWTWorkbenchBot(); bot.views().stream().filter(v -> v.getReference().getTitle().equals("Welcome")).forEach(v ->

Re: [linuxtools-dev] SWTBot tests on Hudson at Eclipse.org

2015-11-04 Thread Marc-André Laperle
Hi Xavier, Looking at the sceenshots https://hudson.eclipse.org/linuxtools/job/linuxtools-master/ws/containers/org.eclipse.linuxtools.docker.ui.tests/screenshots/ It looks like the welcome screen is still up. Perhaps you can try a different approach to close it? If I look at the systemtap tests,