mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ftr/leadfoot] fix function signature
(cherry picked from commit 445c47e248
)
This commit is contained in:
parent
81b7f8493b
commit
821789b887
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export async function initLeadfootCommand({ log, chromedriverApi }) {
|
|||
while (true) {
|
||||
const command = await Promise.race([
|
||||
delay(30 * SECOND),
|
||||
attemptToCreateCommand(server, chromedriverApi)
|
||||
attemptToCreateCommand(log, server, chromedriverApi)
|
||||
]);
|
||||
|
||||
if (!command) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue