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 a105ce7229
commit 6b53e3f2c5
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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)