summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/uitest/chapterNumbering/tdf145215.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/uitest/chapterNumbering/tdf145215.py b/sw/qa/uitest/chapterNumbering/tdf145215.py
index 74d473fc7287..21cdedf554a2 100644
--- a/sw/qa/uitest/chapterNumbering/tdf145215.py
+++ b/sw/qa/uitest/chapterNumbering/tdf145215.py
@@ -27,6 +27,7 @@ class Tdf145215(UITestCase):
# Check field value (there is only one field)
textfields = writer_doc.getTextFields()
+ textfields.refresh()
for textfield in textfields:
self.assertTrue(textfield.supportsService("com.sun.star.text.TextField.GetReference"))
self.assertEqual(textfield.CurrentPresentation, "1.2.1(i)")