You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since UITester.create_ui is a context manager, it might be tempting to assume that it also does the job of capturing all GUI exceptions in the context. This is not true and it might be worth clarifying that in the docstring of the method.