diff options
Diffstat (limited to 'sw/qa/uitest')
-rw-r--r-- | sw/qa/uitest/writer_tests4/spellDialog.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/qa/uitest/writer_tests4/spellDialog.py b/sw/qa/uitest/writer_tests4/spellDialog.py index d7990cdf494e..9fd9d16cee74 100644 --- a/sw/qa/uitest/writer_tests4/spellDialog.py +++ b/sw/qa/uitest/writer_tests4/spellDialog.py @@ -233,6 +233,10 @@ frog, dogg, catt""" change = xDialog.getChild('change') change.executeAction("CLICK", ()) + # fix UPSAN build + import time + time.sleep(0.2) + output_text = document.Text.getString() self.assertEqual("Bad baad", output_text) |