diff options
Diffstat (limited to 'install/ui/test/aci_tests.js')
-rw-r--r-- | install/ui/test/aci_tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js index c51107da..4055120f 100644 --- a/install/ui/test/aci_tests.js +++ b/install/ui/test/aci_tests.js @@ -282,7 +282,7 @@ test("Testing subtree target.", function() { same(record.subtree[0], data.result.result.subtree, 'subtree set correctly'); - same(get_visible_rows(target_widget), ['memberof', 'subtree'], 'subtree row visible'); + same(get_visible_rows(target_widget), ['memberof', 'subtree', 'attrs_multi'], 'subtree row visible'); }); |