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
if (!elementsHaveEqualLeftRightOffset(false, element)) {
376
+
if (!elementsHaveEqualLeftRightOffset(false, rootElement, element)) {
377
377
putJsonDetailsWithElement(String.format("Element '%s' has not the same right offset as element '%s'", rootElementReadableName, readableName), element);
if (!elementsHaveEqualTopBottomOffset(false, element)) {
400
+
if (!elementsHaveEqualTopBottomOffset(false, rootElement, element)) {
401
401
putJsonDetailsWithElement(String.format("Element '%s' has not the same bottom offset as element '%s'", rootElementReadableName, readableName), element);
402
402
}
403
403
}
@@ -893,17 +893,6 @@ private boolean elementsAreOverlapped(WebElement rootElement, WebElement element
0 commit comments