Bug 596172 - disabling one check in browser_details.js due to perma-orange on Mac OS X. a=test disable

This commit is contained in:
Robert Strong 2010-09-14 03:46:30 -07:00
parent 3367b0ec43
commit d3eac90011

View File

@ -176,7 +176,8 @@ add_test(function() {
is_element_visible(get("detail-findUpdates"), "Check for updates should be visible");
EventUtils.synthesizeMouse(get("detail-autoUpdate").firstChild, 2, 2, {}, gManagerWindow);
ok(get("detail-autoUpdate").firstChild.selected, "Updates should be automatic");
is_element_hidden(get("detail-findUpdates"), "Check for updates should be hidden");
//XXX Disabled due to bug 596172
// is_element_hidden(get("detail-findUpdates"), "Check for updates should be hidden");
is_element_hidden(get("detail-prefs"), "Preferences button should be hidden");
is_element_hidden(get("detail-enable"), "Enable button should be hidden");