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

uitest: use the new cell content enter function

Change-Id: I75ff56a903226797284dff7f556bd425d40b4fd4
üst 7ffaaf37
......@@ -9,6 +9,8 @@ from uitest_helper import UITest
from helper import mkPropertyValues
from uihelper.calc import enter_text_to_cell
import time
try:
......@@ -32,6 +34,11 @@ def input(xContext):
xGridWindow = xTopWindow.getChild("grid_window")
enter_text_to_cell(xGridWindow, "C3", "=A1")
enter_text_to_cell(xGridWindow, "A1", "2")
time.sleep(2)
ui_test.close_doc()
def special_keys(xContext):
......
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