summaryrefslogtreecommitdiffstats
path: root/uitest/writer_tests/start.py
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/writer_tests/start.py')
-rw-r--r--uitest/writer_tests/start.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/writer_tests/start.py b/uitest/writer_tests/start.py
index a9b722adc4cb..a0fe7d2b96aa 100644
--- a/uitest/writer_tests/start.py
+++ b/uitest/writer_tests/start.py
@@ -75,6 +75,8 @@ def goto_first_page(xContext):
xWriterEdit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "RETURN"}))
state = get_state_as_dict(xWriterEdit)
+ xWriterEdit.executeAction("GOTO", mkPropertyValues({"PAGE": "1"}))
+ print(state)
time.sleep(2)
ui_test.close_doc()