lona-web-org / lona

Write responsive web apps in full python
MIT License
526 stars 27 forks source link

tests: playwright: bump from 1.44.0 to 1.44.0 #577

Closed fscherf closed 2 months ago

fscherf commented 2 months ago

Somewhere between Playwright 1.40 and 1.44, Page.wait_for_url() changed behavior. Now, only URLs, starting with wildcards, seem to work for our usecase.

I am not sure why that was changed, or why this is a problem in our test, but the change in this patch is in line with the documentation of Page.wait_for_url(), so it should be fine.