Bug 1400395 - Make credit card autofill available for tests. r=RyanVM draft
authorMatthew Noorenberghe <mozilla@noorenberghe.ca>
Fri, 15 Sep 2017 14:10:55 -0700
changeset 665746 721c0646e679f52ce2c7b0b86a92caa91fa40836
parent 665745 5d86f27fe905246f8a3211da099f5e546315188b
child 731861 47cea22d4dc1afd2c2b2a6ca6df56166bb1bcad8
push id80151
push usermozilla@noorenberghe.ca
push dateFri, 15 Sep 2017 21:11:42 +0000
reviewersRyanVM
bugs1400395
milestone57.0a1
Bug 1400395 - Make credit card autofill available for tests. r=RyanVM This means we're not exactly testing what we're shipping but unbreaks the tests for now to allow beta uplift. MozReview-Commit-ID: GhTGOJDKfGA
browser/extensions/formautofill/test/browser/browser.ini
--- a/browser/extensions/formautofill/test/browser/browser.ini
+++ b/browser/extensions/formautofill/test/browser/browser.ini
@@ -1,11 +1,12 @@
 [DEFAULT]
 head = head.js
-
+prefs =
+  extensions.formautofill.creditCards.available=true
 support-files =
   ../fixtures/autocomplete_basic.html
   ../fixtures/autocomplete_simple_basic.html
   ../fixtures/autocomplete_creditcard_basic.html
 
 [browser_autocomplete_footer.js]
 [browser_autocomplete_marked_back_forward.js]
 [browser_autocomplete_marked_detached_tab.js]