Tadas Vismanas
Tadas Vismanas
Yes, unfortunately, this is the case. Shouldn't playwright **auto-await** until all is done? `await page.getByPlaceholder(field, { exact: true}).click();` How can I force playwright wait until page had final rehyratation? In...
Thank you for your time and great advices. I am closing it since its not a bug:/
> https://github.com/WilliamHua/lib-sveltekit-bug-playwright > > It works using version `1.1.1` of SvelteKit, but not `1.1.2`. > > I suspect it's because of this change: #8568 > > You can temporarily work...