diff -Nru autopilot-gtk-1.4+15.10.20150824/debian/changelog autopilot-gtk-1.4+15.10.20150826/debian/changelog --- autopilot-gtk-1.4+15.10.20150824/debian/changelog 2015-08-26 20:40:17.000000000 +0000 +++ autopilot-gtk-1.4+15.10.20150826/debian/changelog 2015-08-26 20:40:17.000000000 +0000 @@ -1,10 +1,13 @@ -autopilot-gtk (1.4+15.10.20150824-0ubuntu1) wily; urgency=medium +autopilot-gtk (1.4+15.10.20150826-0ubuntu1) wily; urgency=medium + + [ CI Train Bot ] + * New rebuild forced. [ Iain Lane ] * Wait until the dialog actually goes away before checking for its disappearance to fix failing test. - -- CI Train Bot Mon, 24 Aug 2015 16:13:09 +0000 + -- CI Train Bot Wed, 26 Aug 2015 20:34:29 +0000 autopilot-gtk (1.4+15.04.20141218-0ubuntu1) vivid; urgency=low diff -Nru autopilot-gtk-1.4+15.10.20150824/tests/autopilot/tests/test_actions.py autopilot-gtk-1.4+15.10.20150826/tests/autopilot/tests/test_actions.py --- autopilot-gtk-1.4+15.10.20150824/tests/autopilot/tests/test_actions.py 2015-08-24 16:13:06.000000000 +0000 +++ autopilot-gtk-1.4+15.10.20150826/tests/autopilot/tests/test_actions.py 2015-08-26 20:34:28.000000000 +0000 @@ -121,7 +121,7 @@ None) # close the dialog - btn = md.select_single('GtkButton') + btn = md.wait_select_single('GtkButton', visible=True) self.mouse.click_object(btn) # We don't have Eventually(raises(... support, so wait until the second # assert should be okay to test.