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
Replace obsolete usage of UITestCase#closeAllWindows()
Two tests unnecessarily employ functionality of a test rule to close all
windows that have been opened throughout the test run. The windows to
close are actually known to the tests and can directly be closed, such
that the UITestCase does not need to expose the closing functionality of
the test rule.
This change adapts the tests accordingly and removes the unnecessary
method from UITestCase.
0 commit comments