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 3dd9f86 commit 14d20baCopy full SHA for 14d20ba
seleniumbase/fixtures/base_case.py
@@ -1841,9 +1841,8 @@ def assert_title(self, title):
1841
"does not match the actual page title [%s]!"
1842
"" % (expected, actual))
1843
if self.demo_mode:
1844
- messenger_post = ("ASSERT TITLE: {%s}" % title)
1845
- js_utils.post_messenger_success_message(
1846
- self.driver, messenger_post, self.message_duration)
+ messenger_post = ("ASSERT TITLE = {%s}" % title)
+ self.__highlight_with_assert_success(messenger_post, "html")
1847
1848
def assert_no_js_errors(self):
1849
""" Asserts that there are no JavaScript "SEVERE"-level page errors.
0 commit comments