mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 01:44:56 -04:00
Start moving over share tests
This commit is contained in:
parent
42d431676a
commit
865d36e52f
3 changed files with 395 additions and 34 deletions
|
@ -334,6 +334,11 @@ class TestTabs(GuiBaseTest):
|
|||
# The window should still be open
|
||||
self.assertTrue(self.gui.isVisible())
|
||||
|
||||
# Stop the server
|
||||
QtTest.QTest.mouseClick(
|
||||
tab.get_mode().server_status.server_button, QtCore.Qt.LeftButton
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue