summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/writer_tests6/tdf131041.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/uitest/writer_tests6/tdf131041.py')
-rw-r--r--sw/qa/uitest/writer_tests6/tdf131041.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_tests6/tdf131041.py b/sw/qa/uitest/writer_tests6/tdf131041.py
index 56a13b81efad..474e525ede42 100644
--- a/sw/qa/uitest/writer_tests6/tdf131041.py
+++ b/sw/qa/uitest/writer_tests6/tdf131041.py
@@ -14,7 +14,7 @@ class tdf131041(UITestCase):
with self.ui_test.execute_dialog_through_command(".uno:PageDialog") as xDialog:
tabcontrol = xDialog.getChild("tabcontrol")
- select_pos(tabcontrol, 4) #header
+ select_pos(tabcontrol, "4") #header
xHeaderOn = xDialog.getChild("checkHeaderOn")
xMoreBtn = xDialog.getChild("buttonMore")