Skip to content

Commit

Permalink
fix: removed hasClientIssue("8236") guard as ITs now pass (#9536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Eriksson committed Dec 1, 2020
1 parent 5189b0a commit bf0dae0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ public class MultipleAnchorsIT extends AbstractScrollIT {

@Test
public void numerousDifferentAnchorsShouldWorkAndHistoryShouldBePreserved() {
if (hasClientIssue("8236")) {
return;
}
testBench().resizeViewPortTo(700, 800);
open();

Expand Down Expand Up @@ -61,9 +58,6 @@ public void numerousDifferentAnchorsShouldWorkAndHistoryShouldBePreserved() {

@Test
public void numerousEqualAnchorsShouldRepresentOneHistoryEntry() {
if (hasClientIssue("8236")) {
return;
}
testBench().resizeViewPortTo(700, 800);
open();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ public void scrollPositionIsRestoredAfterNavigatingToNewPageAndBack() {
public void anchorUrlsWorkProperly() {
open();

if (hasClientIssue("8236")) {
return;
}

final int xScrollAmount = 0;
final int yScrollAmount = 400;

Expand Down

0 comments on commit bf0dae0

Please sign in to comment.