summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-09-01 14:03:20 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2015-09-01 14:05:32 +0300
commitf4e9e76aa63c93372a60f4c55692c6aedbf044cd (patch)
treeceb5ac8616cf2fb59ff91be404bdcf45facc807d /sfx2
parent220ec3b1a9b2583ea23e32a406d5f0821e04c99c (diff)
PythonTest_sfx2_python: StylesPropertyPanel is the first panel now
Change-Id: I352f14741dd9346bb41d4e3233b256898809773e
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/qa/python/check_sidebar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/qa/python/check_sidebar.py b/sfx2/qa/python/check_sidebar.py
index a55d63f779aa..26a76bd23c1c 100644
--- a/sfx2/qa/python/check_sidebar.py
+++ b/sfx2/qa/python/check_sidebar.py
@@ -96,7 +96,7 @@ class CheckSidebar(unittest.TestCase):
panelsCount = xPanels.getCount()
self.assertEqual ( panelsCount, 5 )
- firstPanelName = "TextPropertyPanel"
+ firstPanelName = "StylesPropertyPanel"
panelElementNames = xPanels.getElementNames()
assert ( firstPanelName in panelElementNames )
@@ -112,7 +112,7 @@ class CheckSidebar(unittest.TestCase):
xPanel.moveFirst()
initialIndex = xPanel.getOrderIndex()
- #assert ( initialIndex == 120 )
+ assert ( initialIndex == 100 )
xPanel.moveLast()
assert ( xPanel.getOrderIndex() > initialIndex )