Kaydet (Commit) b2f6f4f3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: add demo for new element selector math wrapper

Change-Id: I64c98254c5d5ae1cc6c9729654028201f1773c90
üst c1bfdddb
...@@ -50,4 +50,16 @@ class SimpleMathTest(UITestCase): ...@@ -50,4 +50,16 @@ class SimpleMathTest(UITestCase):
self.ui_test.close_doc() self.ui_test.close_doc()
def test_math_selector(self):
self.ui_test.create_doc_in_start_center("math")
xMathDoc = self.xUITest.getTopFocusWindow()
xMathSelector = xMathDoc.getChild("element_selector")
xElement = xMathSelector.getChild("1")
xElement.executeAction("SELECT", tuple())
self.ui_test.close_doc()
# vim:set shiftwidth=4 softtabstop=4 expandtab: */ # vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment