diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-13 11:19:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-15 16:24:49 +0200 |
commit | bcaeebd98a697d6bcf891990c3b13de5da1790e7 (patch) | |
tree | bec2ffd6f4d4cb17dd427966f8bdd8564d9a33c0 /sd/qa | |
parent | 183206ee091c589a93b90a6a24cc4bdbe2d01062 (diff) |
Related: tdf#125531 use RemoveTabPage for removing a tab page
which removes the tab cross-platform
Change-Id: If2584cc75350fb0106f1a1f5190abb74b0ee0ccf
Reviewed-on: https://gerrit.libreoffice.org/78871
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/uitest/impress_tests/documentProperties.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/qa/uitest/impress_tests/documentProperties.py b/sd/qa/uitest/impress_tests/documentProperties.py index e74ba0fd26c6..54ad2947b6bf 100644 --- a/sd/qa/uitest/impress_tests/documentProperties.py +++ b/sd/qa/uitest/impress_tests/documentProperties.py @@ -52,12 +52,12 @@ class ImpressDocumentProperties(UITestCase): xCommentsText.executeAction("TYPE", mkPropertyValues({"TEXT":"Comments text"})) #Font tab - select_pos(xTabs, "5") #tab Fonts + select_pos(xTabs, "4") #tab Fonts xFontEmbedCheckbox = xDialog.getChild("embedFonts") xFontEmbedCheckbox.executeAction("CLICK", tuple()) #Security tab - select_pos(xTabs, "4") #tab Security + select_pos(xTabs, "3") #tab Security xReadOnlyCheckbox = xDialog.getChild("readonly") xReadOnlyCheckbox.executeAction("CLICK", tuple()) |