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
assertTrue(monitors[1].getClientArea().intersects(result), "result rect is + " + result + " and monitor client area is " + monitors[1].getClientArea());
assertTrue(monitors[1].getClientArea().intersects(resultRect), "result rect is + " + resultRect + " and monitor client area is " + monitors[1].getClientArea());
0 commit comments