diff options
Diffstat (limited to 'uitest/manual_tests/calc.py')
-rw-r--r-- | uitest/manual_tests/calc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/manual_tests/calc.py b/uitest/manual_tests/calc.py index 2f4524134f77..761c611d4d18 100644 --- a/uitest/manual_tests/calc.py +++ b/uitest/manual_tests/calc.py @@ -130,7 +130,7 @@ class ManualCalcTests(UITestCase): enter_text_to_cell(xGridWin, cell, text) self.ui_test.execute_blocking_action(enter_text, "ok", args=("A1", "abc")) - self.ui_test.execute_blocking_action(enter_text, "ok", args=("B6", "2.18")) + #self.ui_test.execute_blocking_action(enter_text, "ok", args=("B6", "2.18")) enter_text_to_cell(xGridWin, "C2", "24") |