From a83e879e18148c763fcb09df42e08e1cf90dee84 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 24 May 2013 17:02:05 +0200 Subject: Better automated test support 1. add class to active facet instead of using direct style modification for hiding/showing 2. add name attribute to tables and dialog buttons and error dialog https://fedorahosted.org/freeipa/ticket/3744 --- install/ui/src/freeipa/ipa.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/src/freeipa/ipa.js') diff --git a/install/ui/src/freeipa/ipa.js b/install/ui/src/freeipa/ipa.js index 24f450e7f..8d54b66e0 100644 --- a/install/ui/src/freeipa/ipa.js +++ b/install/ui/src/freeipa/ipa.js @@ -1232,6 +1232,7 @@ IPA.error_dialog = function(spec) { spec = spec || {}; spec.id = spec.id || 'error_dialog'; + spec.name = 'error_dialog'; spec.title = spec.error_thrown.name; var that = IPA.dialog(spec); -- cgit