Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed May 13, 2024
1 parent dcbac2d commit d062aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/pptr-run-devtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ async function runLighthouse() {
// In CI clicking the start button just once is flaky and can cause a timeout.
// Therefore, keep clicking the button until we detect that the run started.
const intervalHandle = setInterval(() => {
const button = panel.contentElement.querySelector('devtools-button,button')
const button = panel.contentElement.querySelector('devtools-button,button');
button.click();
}, 100);

Expand Down

0 comments on commit d062aec

Please sign in to comment.