Closed
Bug 1473710
Opened 7 years ago
Closed 7 years ago
browser_searchEngine_behaviors.js fails when run multiple times (verify or until failure)
Categories
(Firefox :: Search, defect, P5)
Firefox
Search
Tracking
()
RESOLVED
DUPLICATE
of bug 1481344
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | affected |
People
(Reporter: mkaply, Unassigned)
Details
If you run this test
./mach mochitest -f browser --run-until-failure browser/components/search/test/browser_searchEngine_behaviors.js
You'll fail with search URLs not matching.
The problem seems to be specifically with the "search bar search" test.
This happens on artifact and non artifact builds.
Comment 1•7 years ago
|
||
I was blocking landing a patch because of this test failure. I don't understand how the test doesn't work without a proxy?
It looks like a race condition in the search bar not waiting until the field has been populated.
| Reporter | ||
Comment 2•7 years ago
|
||
Fixed by 1481344
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•