Closed
Bug 1771740
Opened 3 years ago
Closed 3 years ago
Got "Two credit cards are in storage - Got 1, expected 2" error when running browser_editCreditCardDialog.js
Categories
(Toolkit :: Form Autofill, defect)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox101 | --- | unaffected |
| firefox102 | --- | fixed |
| firefox103 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
In Bug 1762070, we added setStorage to replace saveAddress and
saveCreditCard. However, adding removeAllRecords in setStorage
changes the flow for testcases that don't expect saveAddress/CreditCard
removing previous saved records.
Updated•3 years ago
|
Keywords: regression
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d1715eba7bcf
Do not call `removeAllRecords` in setStorage r=sgalich
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
status-firefox101:
--- → unaffected
status-firefox102:
--- → affected
status-firefox-esr91:
--- → unaffected
Comment 4•3 years ago
|
||
| bugherder uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•