From b6b1e7682bd6e88cefcc22905e43ce97a76a76f2 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 1 Oct 2019 14:10:22 +0100 Subject: [PATCH] Rename the 'clear selection' link In response to the sensible comments here: https://github.com/alphagov/notifications-admin/pull/3053#discussion_r329957545 --- tests/javascripts/templateFolderForm.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/javascripts/templateFolderForm.test.js b/tests/javascripts/templateFolderForm.test.js index 1e3c45d20..964771632 100644 --- a/tests/javascripts/templateFolderForm.test.js +++ b/tests/javascripts/templateFolderForm.test.js @@ -530,7 +530,7 @@ describe('TemplateFolderForm', () => { }); - describe("Clear link", () => { + describe("'Clear selection' link", () => { let clearLink;