Closed
Bug 1805059
Opened 2 years ago
Closed 2 years ago
Use Assert.ok()/Assert.equal() instead of ok()/is() in Password Manager browser and unit tests
Categories
(Toolkit :: Password Manager, task, P1)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: serg, Assigned: serg)
References
(Regressed 2 open bugs)
Details
Attachments
(1 file)
I believe we're (slowly) trying to veer away from using is, ok, etc in our mochitest-browser tests - in favour of using Assert.ok, Assert.equal instead. Can we use Assert.equal here, and Assert.ok elsewhere?
Per :mconley comment here https://phabricator.services.mozilla.com/D158155#inline-901663
Assignee | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P1
Summary: Use Assert.ok()/Assert.equal() instead of ok()/is() in Password Manager tests → Use Assert.ok()/Assert.equal() instead of ok()/is() in Password Manager browser and unit tests
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → sgalich
Status: NEW → ASSIGNED
Pushed by sgalich@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a30893385a4b
Using Assert.ok()/Assert.equal() instead of ok()/is() in password manager browser and unit tests r=mconley,dimi
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•