Bug 1872723 - drop one year and a new one in heuristics_cc_exp.html to keep test passing. r=dimi a=dmeehan DONTBUILD

This failure started with year 2024 and is only observed on ESR 115. Other
branches have this chunk https://hg.mozilla.org/mozilla-central/rev/a79c1611c03e919dc45cac7de36aba5b62475513#l7.580
which fixes the issue.

To prevent changes to the shipping code, the credit card expiration year in
the test has been adjusted to keep the same index in the <select> element.

Differential Revision: https://phabricator.services.mozilla.com/D198380
This commit is contained in:
Sebastian Hengst 2024-01-12 13:59:19 +00:00
parent ccd75b56f9
commit 1e1835e537

View File

@ -48,7 +48,6 @@
<p>
<label>Exp:
<select>
<option value="2015"></option>
<option value="2016"></option>
<option value="2017"></option>
<option value="2018"></option>
@ -59,6 +58,7 @@
<option value="2023"></option>
<option value="2024"></option>
<option value="2025"></option>
<option value="2026"></option>
</select>
</label>
</p>