diff options
author | Jan Holesovsky <kendy@collabora.com> | 2020-10-16 14:27:27 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-11-15 15:41:56 +0100 |
commit | 706aff509857a79cbd93a76410e63931747369f5 (patch) | |
tree | 04ba37f394988f8aca17ef1fbcd43dc8d534f5fc /sw | |
parent | ea3cda08132a4e3bfda40bd7f8e4d38b6352e713 (diff) |
uitest: Rename the "SET" to "TYPE" for Edit boxes + implement the real "SET".
To be consistent with the other controls: "TYPE" actually enters the
characters one by one, while "SET" sets it as a whole.
Change-Id: I967dc270b1d92fe76107732a511cc3e70d3d65c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104435
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105739
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/uitest/writer_tests3/customizeDialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_tests3/customizeDialog.py b/sw/qa/uitest/writer_tests3/customizeDialog.py index 5b6ab664346a..52adae2b0ee1 100644 --- a/sw/qa/uitest/writer_tests3/customizeDialog.py +++ b/sw/qa/uitest/writer_tests3/customizeDialog.py @@ -35,7 +35,7 @@ class ConfigureDialog(UITestCase): initialEntryCount = get_state_as_dict(xfunc)["Children"] self.assertTrue(initialEntryCount != 0) - xSearch.executeAction("SET", mkPropertyValues({"TEXT":"format"})) + xSearch.executeAction("TYPE", mkPropertyValues({"TEXT":"format"})) # Wait for the search/filter op to be completed timeout = time.time() + 1 |