Add test coverage for history grid thumbnails
Categories
(Core :: Machine Learning: Frontend, task)
Tracking
()
People
(Reporter: jlevinsohn, Assigned: omarg)
References
(Blocks 1 open bug)
Details
(Whiteboard: [aife])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
Add automated test coverage for history grid thumbnails.
- Add tests covering core history grid thumbnail behavior
- Test coverage includes:
- thumbnail rendering
- fallback behavior
- grid/list behavior where applicable
- loading/error states where applicable
- Tests validate expected behavior for common and edge-case scenarios
- Existing history grid functionality continues to pass
Notes
- Exact test coverage approach (unit/integration/browser tests) can be determined during implementation
Updated•3 months ago
|
Updated•3 months ago
|
Backed out for causing multiple failures(4 logs attached)
Backout link
Push with failures
Failure log(s)
2Failure log(s)
3Failure log(s)
4Failure log(s)
Backed out for causing bc failures at browser/browser_smartwindow_history_thumbnails.js
Backout link
Push with failures
Failure log(s)
This test was marked as intermittent here: https://bugzilla.mozilla.org/show_bug.cgi?id=2046533
Which I was already working on in a branch, I guess I will move these test updates to the patch that adds this test instead.
| Assignee | ||
Comment 10•2 months ago
|
||
re-landing, try builds no longer showed telemetry test time outs or any failures for browser_smartwindow_history_thumbnails.js
Comment 11•2 months ago
|
||
Comment 12•2 months ago
|
||
| bugherder | ||
Updated•2 months ago
|
| Assignee | ||
Comment 13•2 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D303246
Updated•2 months ago
|
Comment 14•2 months ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: Smart Window improvement
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: - Open Smart Window tab
- Prompt for a browsing history search like "show sites in browsing history"
- Should display results in a grid/list view instead of a bullet list
- Risk associated with taking this patch: medium
- Explanation of risk level: Enhances response from LLM - should leave unrelated to browsing history lists untouched, should render browsing history lists as new grid/list component
- String changes made/needed?: n/a
- Is Android affected?: no
Updated•2 months ago
|
Comment 15•2 months ago
|
||
This is for automated tests. Removing the qe-verify+ flag.
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Comment 16•2 months ago
|
||
| uplift | ||
Comment 17•2 months ago
|
||
| uplift | ||
Comment 18•2 months ago
|
||
Stack backed out for various bustage issues (besides the one I'd already pushed a follow-up for). Please make sure the stack is green on Try before attempting to uplift again.
https://treeherder.mozilla.org/logviewer?job_id=573790971&repo=mozilla-release&task=TlM-urucRA6m-9AnP0PDHg.0&lineNumber=114740
https://treeherder.mozilla.org/logviewer?job_id=573788710&repo=mozilla-release&task=bcTjGEAdQ3SU_6bQf6w0hQ.0&lineNumber=386
https://treeherder.mozilla.org/logviewer?job_id=573788680&repo=mozilla-release&task=RB1axZwsSM2BnTrUq9qSJw.0&lineNumber=1089
Comment 19•2 months ago
|
||
| uplift | ||
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
| Assignee | ||
Comment 20•2 months ago
|
||
Pushed new revisions to stack after fixing the issues, here's my try build results: https://treeherder.mozilla.org/jobs?repo=try&revision=0e5a6db5944031348b5223b3afedd1aacb82a7e5
Updated•2 months ago
|
Updated•2 months ago
|
Comment 21•2 months ago
|
||
| uplift | ||
Description
•