Playwright page.goto in next js
Has anyone here worked on playwright with next js? What is the reccomended aproach for waiting for the page to load with server components?
I was thinking of using network idle but it is apperantly discouraged. Maybe next js signals if it is loading with some aria attribute? Idk, help would be welcomed
0 Replies