diff --git a/tests/Test.AnotherWay.baseadditions.js b/tests/Test.AnotherWay.baseadditions.js index 01887bfb88..2354b34361 100644 --- a/tests/Test.AnotherWay.baseadditions.js +++ b/tests/Test.AnotherWay.baseadditions.js @@ -141,7 +141,7 @@ Test.AnotherWay.quicksearch = function(){ Test.AnotherWay.filterTestList = function(str){ Test.AnotherWay.unfilterTestList(); var re = new RegExp(str, 'i'); - var candidates = document.querySelectorAll('#testtable tr td:nth-child(2) a'); + var candidates = document.querySelectorAll('#testtable tr a'); for (var idx = 0, len = candidates.length; idx