Matching develop branch UI.

This commit is contained in:
alexjacks92 2014-02-11 15:28:18 -05:00
parent 8f8fe23bdb
commit 41e0695bf2

View File

@ -305,7 +305,7 @@ public class RegressionTest extends TestCase {
DateFormat dateFormat = new SimpleDateFormat("MM-dd-yyyy-HH-mm-ss"); DateFormat dateFormat = new SimpleDateFormat("MM-dd-yyyy-HH-mm-ss");
Date date = new Date(); Date date = new Date();
String datenotime = dateFormat.format(date); String datenotime = dateFormat.format(date);
listOperator.clickOnItem(2, 1); listOperator.clickOnItem(1, 1);
new Timeout("pausing", 1000).sleep(); new Timeout("pausing", 1000).sleep();
jbo0.pushNoBlock(); jbo0.pushNoBlock();
new Timeout("pausing", 1000).sleep(); new Timeout("pausing", 1000).sleep();