Wait longer in GUI tabs test, and check for the precense of chat mode widget in GUI base tests

This commit is contained in:
Micah Lee 2020-08-27 17:59:00 -04:00
parent 9356df7b72
commit 54a2fb069d
2 changed files with 11 additions and 4 deletions

View file

@ -87,6 +87,7 @@ class GuiBaseTest(unittest.TestCase):
self.assertFalse(hasattr(tab, "share_mode"))
self.assertFalse(hasattr(tab, "receive_mode"))
self.assertFalse(hasattr(tab, "website_mode"))
self.assertFalse(hasattr(tab, "chat_mode"))
def new_share_tab(self):
tab = self.gui.tabs.widget(0)