We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9923385 commit 7abdc0bCopy full SHA for 7abdc0b
1 file changed
tests/test_exception_manager_here.py
@@ -16,5 +16,5 @@ async def test_popup_shown_on_app_exception(app_instance, there):
16
assert app_instance.get_running_app()
17
await there.runcode("from kivy.clock import Clock")
18
await there.runcode("Clock.schedule_once(lambda dt: 1 / 0, -1)")
19
- await there.runcode("Clock.idle()")
+ await there.runcode("Clock.tick_draw()")
20
assert isinstance(app_instance._app_window.children[0], UnhandledExceptionPopupHere)
0 commit comments