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 ->
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,