Chase Starr

Results 52 comments of Chase Starr

I worked around this by refactoring the `setExtraHTTPHeaders` calls within fixtures to `page.route` calls

I was finding that `page.route` redirects were an issue for me and reverted back to looking for a `setExtraHTTPHeaders` solution. I wrote a fixture like below. Would this be reasonable...