Python Playwright. Python is stuck at async operation
I’m trying to create a simple ‘One Time Set Up’ that will be used automatically before each test. The purpose is to initialize the playwright in ‘One Time Set Up’ and then pass the test. During run/debug test stuck on line await one_time_setup.goto("https://github.com")
but navigation itself successfully happening.