You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
My commamd needs to exclude "Failed to load resource" from js errors verifications to be able to run tests under Guest user with minimum access level. I have a decision but unfortunately I can not create a pull request due to 403 responce code on my push. Please remove or modify rows 8073-8076 from seleniumbase/fixtures/base_case.py.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
mdmintz
changed the title
Unable to exclude "Failed to load resource" errors from BaseCase.assert_no_js_errors(self, exclude=[])
assert_no_js_errors(exclude=["Failed to load resource"]) didn't exclude
Mar 7, 2025
Hello!
My commamd needs to exclude "Failed to load resource" from js errors verifications to be able to run tests under Guest user with minimum access level. I have a decision but unfortunately I can not create a pull request due to 403 responce code on my push. Please remove or modify rows 8073-8076 from seleniumbase/fixtures/base_case.py.
Thank you in advance.
The text was updated successfully, but these errors were encountered: