From c32b67a57d03ee520962884cc0f49812cc08b981 Mon Sep 17 00:00:00 2001 From: sunxiaoqi Date: Wed, 6 Nov 2024 17:17:30 +0000 Subject: [PATCH] * [task#131888,doing,0.7h] Add ui test files of create a todo --- module/my/test/lib/addtodo.ui.class.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 module/my/test/lib/addtodo.ui.class.php 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);