mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
3367b0ec43
commit
d3eac90011
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user