@ -5,4 +5,7 @@ from openpilot.selfdrive.ui.layouts.main import MainLayout
def test_raylib_ui():
"""Test initialization of the UI widgets is successful."""
gui_app.init_window("UI")
MainLayout()
try:
finally:
gui_app.close()