diff options
-rw-r--r-- | sw/qa/uitest/writer_tests7/forms.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/uitest/writer_tests7/forms.py b/sw/qa/uitest/writer_tests7/forms.py index f8a9ee9db124..1b427b4ebfb0 100644 --- a/sw/qa/uitest/writer_tests7/forms.py +++ b/sw/qa/uitest/writer_tests7/forms.py @@ -73,6 +73,8 @@ class Forms(UITestCase): select_by_text(xAction, "Open document/web page") self.assertEqual("Open document/web page", get_state_as_dict(xAction)['SelectEntryText']) + + self.ui_test.wait_until_property_is_updated(xURL, "Enabled", "true") self.assertEqual("true", get_state_as_dict(xURL)['Enabled']) xURL.executeAction("TYPE", mkPropertyValues({"TEXT": "1"})) |