commit 6b081ae88b15ffb0e9723112d25ffc5e05997a3b
parent c0ad480687bf48cd383454d86f926f908015441b
Author: Alexandre Poirot <poirot.alex@gmail.com>
Date: Tue, 6 Jan 2026 10:11:22 +0000
Bug 2006393 - [devtools] Ensure waiting for project search results. r=devtools-reviewers,perftest-reviewers,nchevobbe,afinder
The "loader" classname is now called "dbg-img-loader".
Differential Revision: https://phabricator.services.mozilla.com/D277336
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/talos/talos/tests/devtools/addon/content/tests/debugger/custom.js b/testing/talos/talos/tests/devtools/addon/content/tests/debugger/custom.js
@@ -195,7 +195,7 @@ async function testProjectSearch(dbg) {
// Then wait for all results to be fetched and the loader spin to hide
await waitUntil(() => {
return !dbg.win.document.querySelector(
- ".project-text-search .search-field .loader.spin"
+ ".project-text-search .search-field .dbg-img-loader.spin"
);
});
await dbg.actions.closeActiveSearch();