Open
Bug 1799808
Opened 2 years ago
Updated 2 years ago
Update some tests to take advantage of test helpers
Categories
(Firefox :: Messaging System, task, P3)
Firefox
Messaging System
Tracking
()
NEW
People
(Reporter: aminomancer, Assigned: aminomancer)
References
Details
I just noticed there are more helpers exposed to browser tests than we are consistently using in some of the test files I've worked on recently. I'd like to go through them again and sub in the helpers wherever applicable. For example instead of ok(Math.abs(a - b) < epsilon, "msg")
we can use isfuzzy(a, b, epsilon, "msg")
Updated•2 years ago
|
Assignee: nobody → shughes
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•