Closed
Bug 1736684
Opened 3 years ago
Closed 3 years ago
Add test coverage for addons-search-detection
Categories
(WebExtensions :: General, task, P3)
WebExtensions
General
Tracking
(firefox95 fixed)
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
Details
(Whiteboard: [addons-jira])
Attachments
(2 files)
We should write automated tests to cover the common scenarios supported in addons-search-detection.
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
This patch adds a new test file containing a test case to cover the main client side scenario.
Updated•3 years ago
|
Attachment #9246888 -
Attachment description: WIP: Bug 1736684 - Part 1: Add test coverage for the search-detection built-in add-on (client side). r?rpl → Bug 1736684 - Part 1: Add test coverage for the search-detection built-in add-on (client side). r?rpl
Assignee | ||
Comment 2•3 years ago
|
||
test_redirect_{direct,one_hop,two_hops}
correspond to SSR #1test_no_event_when_search_engine_not_used
corresponds to SSR #2test_redirect_chain_does_not_start_on_first_request
corresponds to SSR #3test_two_extensions_reported
corresponds to SSR #4
Depends on D129050
Assignee | ||
Updated•3 years ago
|
Keywords: leave-open
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/226ea4af4493
Part 1: Add test coverage for the search-detection built-in add-on (client side). r=rpl
Comment 4•3 years ago
|
||
bugherder |
Assignee | ||
Updated•3 years ago
|
Keywords: leave-open
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f8e03202048b
Part 2: Add test coverage for the search-detection built-in add-on (server side). r=rpl
Updated•3 years ago
|
Severity: -- → S2
Updated•3 years ago
|
Severity: S2 → N/A
Comment 6•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•