From 456ad1c8c9a38155721532532d6744457756ffd8 Mon Sep 17 00:00:00 2001 From: Aidan Do Date: Wed, 2 Nov 2022 14:28:08 +1030 Subject: [PATCH] Fix renamed files highlighting Renamed files now work, from a previous change. We'll update a manual test to make sure it works --- manual-tests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/manual-tests.md b/manual-tests.md index aa15df1..1fa95a5 100644 --- a/manual-tests.md +++ b/manual-tests.md @@ -12,3 +12,4 @@ This is a temporary testing strategy for the tests until a more automated soluti ### Slower tests - Push a change to a PR and reload the page and check if they're still highlighted - Go to a PR with comments and sort by recent comments. Check if the highlighting is still working. +- Find a PR with a renamed file and check if the highlighting is still working.