Author: ljelinko
Date: 2012-03-16 11:52:54 -0400 (Fri, 16 Mar 2012)
New Revision: 39563
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java
Log:
Reverted back
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java 2012-03-16
15:40:53 UTC (rev 39562)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java 2012-03-16
15:52:54 UTC (rev 39563)
@@ -96,9 +96,8 @@
shell.activate();
bot.waitUntil(shellCloses(shell),Timing.time(projSize*20*1000));
util.waitForNonIgnoredJobs(Timing.time20S());
- /* ldimaggi - removed - March 11, 2012 - UI changed */
- //bot.waitForShell("New Project Example");
- //bot.shell("New Project
Example").bot().button(IDELabel.Button.FINISH).click();
+ bot.waitForShell("New Project Example");
+ bot.shell("New Project
Example").bot().button(IDELabel.Button.FINISH).click();
for (String project : getProjectNames()) {
assertTrue(String.format("Example project '%s' was not found in project
explorer",project),projectExplorer.existsResource(project));
Show replies by date