diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-28 21:22:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-01 22:23:26 +0100 |
commit | e6c422696fa1ee3f94642d94f7aca6743ad1e1e0 (patch) | |
tree | de3168f885ba0ff1825562b24ee8ed3864b5cc7c /sw/qa | |
parent | 289cff91eb67c27874ba11115b9188a05ea8768d (diff) |
weld SwChangeDBDlg
Change-Id: Ie0fc6a6346f9c777b7172a0b641a2783cf633c1d
Reviewed-on: https://gerrit.libreoffice.org/68544
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/uitest/writer_tests2/exchangeDatabase.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/uitest/writer_tests2/exchangeDatabase.py b/sw/qa/uitest/writer_tests2/exchangeDatabase.py index 1697a1601add..d255bd15291b 100644 --- a/sw/qa/uitest/writer_tests2/exchangeDatabase.py +++ b/sw/qa/uitest/writer_tests2/exchangeDatabase.py @@ -42,7 +42,7 @@ class exchangeDB(UITestCase): xTreeEntry2 = xTreeEntry.getChild('0') #Available Databases xTreeEntry2.executeAction("SELECT", tuple()) #Click on the biblio - xDefineBtn = xExDBDlg.getChild("define") + xDefineBtn = xExDBDlg.getChild("ok") xDefineBtn.executeAction("CLICK", tuple()) self.ui_test.execute_dialog_through_command(".uno:ChangeDatabaseField") @@ -55,4 +55,4 @@ class exchangeDB(UITestCase): self.ui_test.close_doc() -# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file +# vim: set shiftwidth=4 softtabstop=4 expandtab: |