mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
Wait longer in GUI tabs test, and check for the precense of chat mode widget in GUI base tests
This commit is contained in:
parent
9356df7b72
commit
54a2fb069d
2 changed files with 11 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue