diff --git a/module/my/test/lib/addtodo.ui.class.php b/module/my/test/lib/addtodo.ui.class.php new file mode 100644 index 0000000000..67536ef1d3 --- /dev/null +++ b/module/my/test/lib/addtodo.ui.class.php @@ -0,0 +1,18 @@ +openUrl('my', 'todo', array('type' => 'all')); + $todoList = $this->loadPage('my', 'todo', array('type' => 'all')); + $todoList->dom->addTodo->click(); + $todoList->wait(1);