From c5ca34f41d2aede667c19d2213a5d7e79a5e301c Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 1 Dec 2011 15:58:49 +0100 Subject: Fixed unit tests after widget refactoring https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/test/navigation_tests.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'install/ui/test/navigation_tests.js') diff --git a/install/ui/test/navigation_tests.js b/install/ui/test/navigation_tests.js index 92a23eeb..f55e2967 100644 --- a/install/ui/test/navigation_tests.js +++ b/install/ui/test/navigation_tests.js @@ -149,13 +149,11 @@ test("Testing IPA.navigation.update() with valid index.", function() { same( tabs_container.tabs('option', 'selected'), 0, - "Active tab at level 1" - ); + "Active tab at level 1"); same( $('.tabs[name=identity]', tabs_container).tabs('option', 'selected'), 1, - "Active tab at level 2" - ); + "Active tab at level 2"); navigation.remove_state("identity"); @@ -201,13 +199,11 @@ test("Testing IPA.navigation.update() with out-of-range index.", function() { same( tabs_container.tabs('option', 'selected'), 0, - "Active tab at level 1" - ); + "Active tab at level 1"); same( $('.tabs[name=identity]', tabs_container).tabs('option', 'selected'), 0, - "Active tab at level 2" - ); + "Active tab at level 2"); navigation.remove_state("identity"); -- cgit