summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-02-01 19:51:23 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-02-01 22:51:02 +0100
commitec239e7e4cf9607858c0e194e4ebf9d0744c1daa (patch)
treeb5f8e38a7d79fd8b3653098a9c3d5a34151a813a /uitest
parent56cada403f84d879ad137e00a97d9282c063cdd9 (diff)
tdf#100024: uitest: add comment to existing test
Change-Id: I120f54616df5c7399707b174b7609f6a82e1183c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110269 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/impress_tests/backgrounds.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/impress_tests/backgrounds.py b/uitest/impress_tests/backgrounds.py
index de4a34951758..123c7ef81021 100644
--- a/uitest/impress_tests/backgrounds.py
+++ b/uitest/impress_tests/backgrounds.py
@@ -122,6 +122,8 @@ class ImpressBackgrounds(UITestCase):
xBtn = xPageSetupDlg.getChild(button)
xBtn.executeAction("CLICK", tuple())
+ # tdf#100024: Without the fix in place, this test would have crashed here
+ # changing the background to bitmap
xOkBtn = xPageSetupDlg.getChild("ok")
xOkBtn.executeAction("CLICK", tuple())