Skip to content

Commit

Permalink
fix: Fixed test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Dec 7, 2023
1 parent 6c814cd commit 79040ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ test.each([
testParams.expectedDataEntriesFetchInput
);

// Block navigation if there are unsaved changes
// Blocked navigation
window.dispatchEvent(new Event('beforeunload'));
expect(preventDefault).toHaveBeenCalledTimes(1);

Expand Down

0 comments on commit 79040ba

Please sign in to comment.