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())