Bug 1275100 - Set signon.rememberSignons.visibilityToggle pref in browser_notifications_2. r=MattN

MozReview-Commit-ID: EUqoz1HmGUG

--HG--
extra : rebase_source : 0a062bfb34dcad2bc60101c3c172bafb4c8efb8a
This commit is contained in:
gasolin 2016-05-24 13:55:16 +08:00
parent a44b813b89
commit 1023c15ce3

View File

@ -1,3 +1,9 @@
add_task(function* setup() {
yield SpecialPowers.pushPrefEnv({"set": [
["signon.rememberSignons.visibilityToggle", true]
]});
});
/**
* Test that the doorhanger main action button is disabled
* when the password field is empty.