Closed
Bug 1919784
Opened 1 year ago
Closed 1 year ago
Revisit the remote/shared/listeners/test/browser/browser_CachedResourceListener.js testcase expectation
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(firefox132 fixed)
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: arai, Assigned: jdescottes)
References
Details
(Whiteboard: [webdriver:m12])
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/remote/shared/listeners/test/browser/browser_CachedResourceListener.js testcase expects loading 2 CSS files in single document triggers notification both for the real network access and then cached case, but the latter cached case shouldn't actually perform fetch.
If the target event is about the fetch event, the testcase shouldn't expect the notification for the cached load.
It should instead reload the page and then check for the cached load.
| Assignee | ||
Comment 1•1 year ago
|
||
Ah good catch, I can update the test.
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
This should allow to reenable the test after https://phabricator.services.mozilla.com/D222791
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/637609d3cd2c
[remote] Update browser mochitest for cachedResourceListener r=arai,webdriver-reviewers,whimboo
| Assignee | ||
Updated•1 year ago
|
Points: --- → 2
Priority: -- → P3
Whiteboard: [webdriver:m12]
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•