fix non-looping loop
This commit is contained in:
parent
960b8c98df
commit
82980ac17b
@ -28,8 +28,8 @@ async function webcamContentCheck(test) {
|
||||
}
|
||||
}
|
||||
lastVideoColor[v] = pixelString;
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
||||
check = await test.page.evaluate(checkCameras, i);
|
||||
|
Loading…
Reference in New Issue
Block a user