fix: Locator.scroll in race (#10363)

This commit is contained in:
Alex Rudenko 2023-06-12 14:07:16 +02:00 committed by GitHub
parent a31231ef54
commit ba28724952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -790,7 +790,7 @@ class RaceLocatorImpl extends Locator {
}): Promise<void> {
return await this.#runRace(
(locator, abortSignal) => {
return locator.hover({
return locator.scroll({
...scrollOptions,
signal: abortSignal,
});