Closed db39 closed 5 months ago
I'm not sure why, but using await Promise.all
with page.goto
didn't work. I didn't dig too deep into why, but I think it's to do with async calls. Instead I swapped to a for loop to synchronously perform the goto
which works.
⏳ @jdeanwallace please review this Pull Request
Resolves #1751
This change fixes the license link tests that fail when running using HTTPS on a live device.
Instead of using
fetch
, the new test uses Playwright'spage.goto
to check for a 200 response from each license URL.