Closed
Bug 1805060
Opened 3 years ago
Closed 3 years ago
Use Assert.ok()/Assert.equal() instead of ok()/is() in form history browser tests
Categories
(Toolkit :: Form Manager, task, P1)
Toolkit
Form Manager
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: serg, Assigned: serg)
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•3 years ago
|
Severity: -- → N/A
Priority: -- → P1
Summary: Use Assert.ok()/Assert.equal() instead of ok()/is() in form history tests → Use Assert.ok()/Assert.equal() instead of ok()/is() in form history browser tests
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → sgalich
Status: NEW → ASSIGNED
| Assignee | ||
Updated•3 years ago
|
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/d5a5ecfe1de6
Using Assert.ok()/Assert.equal() instead of ok()/is() in from history browser tests r=mconley,dimi
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 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
•