summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-11-09 15:18:28 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2020-11-09 16:13:33 +0100
commitf4b394b830e38961a221b6bdd9a5aa2271dc9247 (patch)
treed667aba37d3167ab9aca9b5c9f9981d47d0eba7d /sd
parent433e60eb5241a25102b754bc23045b6095b0de0d (diff)
uitest: fix comments
Change-Id: I9c340b0912ffcc5bb4e582cc7fc06eb352d24e3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105482 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/uitest/impress_tests/tdf91762.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/uitest/impress_tests/tdf91762.py b/sd/qa/uitest/impress_tests/tdf91762.py
index 3c52b4ff9cf9..2487bc2a4726 100644
--- a/sd/qa/uitest/impress_tests/tdf91762.py
+++ b/sd/qa/uitest/impress_tests/tdf91762.py
@@ -33,7 +33,6 @@ class tdf91762(UITestCase):
self.assertEqual(1400, document.DrawPages[0].getByIndex(1).Position.X)
self.assertEqual(3685, document.DrawPages[0].getByIndex(1).Position.Y)
- #The table is selected, use esc to start editing
xDoc = self.xUITest.getTopFocusWindow()
xEdit = xDoc.getChild("impress_win")
for i in range(5):
@@ -41,6 +40,7 @@ class tdf91762(UITestCase):
xEdit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "RETURN"}))
# tdf#138011: Without the fix in place, this test would have failed with
+ # AssertionError: 5494 != 3559
self.assertEqual(5494, document.DrawPages[0].getByIndex(1).BoundRect.Height)
self.ui_test.close_doc()