Skip to content

Commit

Permalink
try with selenium navigation api
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Jun 19, 2024
1 parent 77e8579 commit 892bda1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ public void testSamePathHashChanges_tripleeBack_noServerSideEvent() {
}

private void goBack() {
executeScript("window.history.back()");
// executeScript("window.history.back()");
driver.navigate().back();
}

private void pushState(String id) {
Expand Down

0 comments on commit 892bda1

Please sign in to comment.