From 821987fe674d2685809d6150316b3a99bda37b6a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 9 Nov 2010 20:04:49 -0500 Subject: layout Closer to the layout from the spec The facets have been moved to the action panel, to the left of the page the facets are now rendered in an area of the screen with a client class --- install/static/test/entity_tests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/static/test/entity_tests.js') diff --git a/install/static/test/entity_tests.js b/install/static/test/entity_tests.js index 5d98d7b1..5b2f36b2 100644 --- a/install/static/test/entity_tests.js +++ b/install/static/test/entity_tests.js @@ -97,7 +97,8 @@ test('Testing ipa_facet_setup_views().', function() { facet.setup_views(container); - var list = container.children(); + //Container now has two divs, one for the action panel one for content + var list = container.children().last().children(); var views = list.children(); equals( -- cgit