Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 39278a5

Browse files
Bug 1944343 - [devtools] Use options panel for DAMP custom netmonitor togglepanel test r=devtools-reviewers,perftest-reviewers,ochameau,afinder
Using the webconsole panel as the "other" panel for the netmonitor toggle test might lead to unexpected improvements/regressions if the performance of the console changes. Differential Revision: https://phabricator.services.mozilla.com/D235827
1 parent f476c8a commit 39278a5

File tree

1 file changed

+1
-1
lines changed
  • testing/talos/talos/tests/devtools/addon/content/tests/netmonitor

1 file changed

+1
-1
lines changed

testing/talos/talos/tests/devtools/addon/content/tests/netmonitor/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = async function () {
171171
// to check how long it takes for it to hide and show with many requests.
172172
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1942149.
173173
let test = runTest("custom.netmonitor.manyrequests.togglepanel");
174-
await toolbox.selectTool("webconsole");
174+
await toolbox.selectTool("options");
175175
await toolbox.selectTool("netmonitor");
176176
test.done();
177177

0 commit comments

Comments
 (0)