Author: yzhishko
Date: 2009-10-16 13:00:41 -0400 (Fri, 16 Oct 2009)
New Revision: 18138
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/TestControl.java
Log:
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/TestControl.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/TestControl.java 2009-10-16
16:58:04 UTC (rev 18137)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/TestControl.java 2009-10-16
17:00:41 UTC (rev 18138)
@@ -180,12 +180,6 @@
bot.radio(type).click();
bot.comboBoxWithLabel("Connection
profile:").setSelection(projectProperties.getProperty("connName"));
bot.button("Finish").click();
- /* All Jobs are executed inside New SeamProject Wizard so there is no reason to
- * find a way to track that all jobs or particular jobs are finished. Just wait
- * until active shell is closed. Move 30000 to constant or setup default timeout
- * for SWTBot long enough to be sure dialog is finished.
- */
- bot.waitUntil(Conditions.shellCloses(bot.activeShell()),30000);
}
/**Creates any Seam Action, Form etc. */
Show replies by date