summaryrefslogtreecommitdiffstats
path: root/devtools/client/performance-new/test/browser/browser_interaction-between-interfaces.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/performance-new/test/browser/browser_interaction-between-interfaces.js')
-rw-r--r--devtools/client/performance-new/test/browser/browser_interaction-between-interfaces.js17
1 files changed, 5 insertions, 12 deletions
diff --git a/devtools/client/performance-new/test/browser/browser_interaction-between-interfaces.js b/devtools/client/performance-new/test/browser/browser_interaction-between-interfaces.js
index 1268cf818d..6171ed546c 100644
--- a/devtools/client/performance-new/test/browser/browser_interaction-between-interfaces.js
+++ b/devtools/client/performance-new/test/browser/browser_interaction-between-interfaces.js
@@ -294,18 +294,11 @@ add_task(async function test_change_in_about_profiling() {
"The new value should have the same count of threads as the old value, please double check the test code."
);
setThreadInputValue(newThreadValue);
- checkDevtoolsCustomPresetContent(
- devtoolsDocument,
- `
- Interval: 2 ms
- Threads: GeckoMain, Dummy
- JavaScript
- Native Stacks
- CPU Utilization
- Audio Callback Tracing
- IPC Messages
- Process CPU Utilization
- `
+ ok(
+ getDevtoolsCustomPresetContent(devtoolsDocument).includes(
+ "Threads: GeckoMain, Dummy\n"
+ ),
+ "Threads list should match the changed value"
);
}
);