algolia / renderscript

A custom JavaScript rendering engine based on Playwright
20 stars 6 forks source link

fix: use waitForLoadState instead of waitForNavigation #873

Closed millotp closed 10 months ago

millotp commented 10 months ago

waitForNavigation is deprecated, and was throwing error for a specific test page. Using waitForLoadState then waitForResponse seems to work better.