The commit listing on each patch revision started to be flaky when using
browser navigation. It seems like the Array.sort() call started to
reverse the order of the commit listing back to HEAD on top which isnβt
what we wanted.
Array.toReversed() returns a fresh copy of the reversed array which is
less error prone.
π Preview π Workflow runs π Branch on GitHub
The commit listing on each patch revision started to be flaky when using
browser navigation. It seems like the Array.sort() call started to
reverse the order of the commit listing back to HEAD on top which isnβt
what we wanted.
Array.toReversed() returns a fresh copy of the reversed array which is
less error prone.
π Preview π Workflow runs π Branch on GitHub
Add visual tests
Write e2e test instead of visual