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
Remove unnecessary disablement of CloseTestWindowsRule in leak test
UITestCase provides a method to disable window tracking of the
CloseTestWindowsRule, which is only used at a single place that does not
even require it.
This change removes the methods and the according usage.
0 commit comments