We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d20ba commit 5bcb3fdCopy full SHA for 5bcb3fd
seleniumbase/fixtures/base_case.py
@@ -1869,6 +1869,9 @@ def assert_no_js_errors(self):
1869
current_url = self.get_current_url()
1870
raise Exception(
1871
"JavaScript errors found on %s => %s" % (current_url, errors))
1872
+ if self.demo_mode and self.browser == 'chrome':
1873
+ messenger_post = ("ASSERT NO JS ERRORS")
1874
+ self.__highlight_with_assert_success(messenger_post, "html")
1875
1876
def get_google_auth_password(self, totp_key=None):
1877
""" Returns a time-based one-time password based on the
0 commit comments