[tor-commits] [tor-browser] 175/311: Bug 1757064 - [devtools] Fix browser_dbg-inspector-integration.js intermittents. r=nchevobbe a=test-only
    gitolite role 
    git at cupani.torproject.org
       
    Tue Apr 26 15:29:35 UTC 2022
    
    
  
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1
in repository tor-browser.
commit f5a7c854f441fa33c9ff4e5273e52f7aa71927b0
Author: Alexandre Poirot <poirot.alex at gmail.com>
AuthorDate: Tue Mar 15 16:11:37 2022 +0000
    Bug 1757064 - [devtools] Fix browser_dbg-inspector-integration.js intermittents. r=nchevobbe a=test-only
    
    Differential Revision: https://phabricator.services.mozilla.com/D141079
---
 .../client/debugger/test/mochitest/browser_dbg-inspector-integration.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/client/debugger/test/mochitest/browser_dbg-inspector-integration.js b/devtools/client/debugger/test/mochitest/browser_dbg-inspector-integration.js
index 2cf749e262cf4..1ef6a7f4c3c37 100644
--- a/devtools/client/debugger/test/mochitest/browser_dbg-inspector-integration.js
+++ b/devtools/client/debugger/test/mochitest/browser_dbg-inspector-integration.js
@@ -28,7 +28,7 @@ add_task(async function() {
   // TODO: Remove when Bug 1562165 lands.
   await onWhyPausedDisplayed;
   // TODO: Remove when Bug 1562165 lands.
-  waitUntil(() => !dbg.win.document.querySelector(".why-paused"));
+  await waitUntil(() => !dbg.win.document.querySelector(".why-paused"));
 
   info(
     "Check that hovering over DOM element highlights the node in content panel"
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the tor-commits
mailing list