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

uitest: add initial demo for math edit window

Change-Id: I4fe1dc7fe2f5179dc97fc80a80604d54ae3ad333
üst bf5110d0
......@@ -39,5 +39,15 @@ class SimpleMathTest(UITestCase):
self.ui_test.close_doc()
def test_math_edit(self):
self.ui_test.create_doc_in_start_center("math")
xMathDoc = self.xUITest.getTopFocusWindow()
xMathEdit = xMathDoc.getChild("math_edit")
xMathEdit.executeAction("TYPE", mkPropertyValues({"TEXT": "E=mc^2"}))
self.ui_test.close_doc()
# 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