uitest: forgot to uncomment this line

introduced in ae17b8481532fa192f3f93a6dcf687fed394cf58
Thanks to Stephan for pointing out

Change-Id: I4124762e4cb600773e4f471a10a8b4736434679f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89075
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
This commit is contained in:
Xisco Fauli 2020-02-20 09:58:27 +01:00 committed by Xisco Faulí
parent 7aaa3109ed
commit d07dc2bc04

View File

@ -33,7 +33,7 @@ class tdf129346(UITestCase):
self.xUITest.executeCommand(".uno:Redo")
# usually passes, but sometimes it asserts with AssertionError: 1 != 2
#self.assertEqual(document.CurrentController.getCurrentPage().Number, 2)
#self.xUITest.executeCommand(".uno:Redo")
self.xUITest.executeCommand(".uno:Redo")
xDoc = self.xUITest.getTopFocusWindow()
xEdit = xDoc.getChild("impress_win")