Skip to content

Commit

Permalink
Added minor debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilbur Jaywright committed Oct 23, 2024
1 parent ac2f0d2 commit 4799a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rumchat_actor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def __init__(self, init_message = "Hello, Rumble!", ignore_users = ["TheRumbleBo
self.driver = webdriver.Firefox(options)
self.driver.minimize_window()
self.driver.get(static.URI.chat_popout.format(stream_id_b10 = self.ssechat.stream_id_b10))
assert "Chat" in self.driver.title
assert "Chat" in self.driver.title, "Failed to load chat page: Title does not contain 'Chat'"

#Close the premium banner if it is there
utils.close_premium_banner(self.driver)
Expand Down

0 comments on commit 4799a23

Please sign in to comment.