I'm testing functionality that includes redirecting to an external page which I do not control. This page is throwing errors causing the test to fail.
Is there a way to ignore js errors for one specific test only? (I want errors on my site to cause a test fail)