Closed
Bug 1979281
Opened 5 months ago
Closed 5 months ago
Mochia methods don't work in browser tests
Categories
(Testing :: General, defect)
Testing
General
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: gregp, Assigned: gregp)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 months ago
|
||
We need to pass an instance of testScope to Mochia,
not testScope itself. The current code is creating
static methods on testScope, which are not accessible
inside actual tests
Updated•5 months ago
|
Assignee: nobody → gregp
Status: NEW → ASSIGNED
Pushed by gp3033@protonmail.com:
https://github.com/mozilla-firefox/firefox/commit/670a3a684067
https://hg.mozilla.org/integration/autoland/rev/0d7140cc9fb0
Fix Mochia methods not working in browser tests r=beth
Comment 3•5 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•