diff --git a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/scroll/MultipleAnchorsIT.java b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/scroll/MultipleAnchorsIT.java index dcfd5b95e63..25ab3039ee7 100644 --- a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/scroll/MultipleAnchorsIT.java +++ b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/scroll/MultipleAnchorsIT.java @@ -28,9 +28,6 @@ public class MultipleAnchorsIT extends AbstractScrollIT { @Test public void numerousDifferentAnchorsShouldWorkAndHistoryShouldBePreserved() { - if (hasClientIssue("8236")) { - return; - } testBench().resizeViewPortTo(700, 800); open(); @@ -61,9 +58,6 @@ public void numerousDifferentAnchorsShouldWorkAndHistoryShouldBePreserved() { @Test public void numerousEqualAnchorsShouldRepresentOneHistoryEntry() { - if (hasClientIssue("8236")) { - return; - } testBench().resizeViewPortTo(700, 800); open(); diff --git a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/scroll/ScrollIT.java b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/scroll/ScrollIT.java index 14d7c81f325..a68e4c3f006 100644 --- a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/scroll/ScrollIT.java +++ b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/scroll/ScrollIT.java @@ -65,10 +65,6 @@ public void scrollPositionIsRestoredAfterNavigatingToNewPageAndBack() { public void anchorUrlsWorkProperly() { open(); - if (hasClientIssue("8236")) { - return; - } - final int xScrollAmount = 0; final int yScrollAmount = 400;