From 486c139afa34e9a8702711db357097dafbd13ba5 Mon Sep 17 00:00:00 2001 From: John L Date: Sat, 11 Jun 2022 16:19:27 +0100 Subject: [PATCH] lint fix --- tests/browser/nightwatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/browser/nightwatch.js b/tests/browser/nightwatch.js index 56849442..c3328ac9 100644 --- a/tests/browser/nightwatch.js +++ b/tests/browser/nightwatch.js @@ -62,7 +62,7 @@ module.exports = { const searchOp = "#search-results"; const down = " i.move-down.accessibleUX"; const remove = " i.remove-icon.accessibleUX"; - const favCat = "#categories div:nth-child(1)" + const favCat = "#categories div:nth-child(1)"; // Switch UX on browser