/* global add_heuristic_tests */ "use strict"; add_heuristic_tests( [ { fixturePath: "Checkout_ShippingPayment.html", expectedResult: [ { default: { reason: "regex-heuristic", }, fields: [ { fieldName: "given-name" }, { fieldName: "family-name" }, { fieldName: "email" }, { fieldName: "tel" }, { fieldName: "street-address" }, { fieldName: "postal-code" }, ], }, { invalid: true, fields: [ { fieldName: "street-address", reason: "autocomplete", addressType: "billing", }, ], }, // THis should be fixed by visibility check { default: { reason: "autocomplete", }, fields: [ // FIXME: bug 1392944 - the uncommented cc-exp-month and cc-exp-year are // both invisible elements, and the following two