uitest: use the new cell content enter function

Change-Id: I75ff56a903226797284dff7f556bd425d40b4fd4
This commit is contained in:
Markus Mohrhard
2016-05-20 05:12:33 +02:00
parent 7ffaaf37c1
commit c1191005c0

View File

@@ -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):