Skip to content

Commit

Permalink
test: update HistoryIT
Browse files Browse the repository at this point in the history
pushState does not trigger history change event.
  • Loading branch information
tltv committed Jun 10, 2024
1 parent 9664801 commit 915a9a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void testHistory() throws URISyntaxException {
Assert.assertEquals(baseUrl, getCurrentUrl());
// idx value in history state is added by react-router
Assert.assertEquals(
Arrays.asList("New location: asdf","New location: com.vaadin.flow.uitest.ui.HistoryView"),
Arrays.asList("New location: com.vaadin.flow.uitest.ui.HistoryView"),
getStatusMessages());
clearButton.click();

Expand Down

0 comments on commit 915a9a9

Please sign in to comment.