mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-27 16:45:44 -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
a105ce7229
commit
6b53e3f2c5
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