mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
remove persistent mode test for now, doesn't have much value now that there's no password to check in local mode as to whether it's the same
This commit is contained in:
parent
5a82a61304
commit
23dab488b3
1 changed files with 0 additions and 17 deletions
|
@ -429,23 +429,6 @@ class TestShare(GuiBaseTest):
|
|||
|
||||
self.close_all_tabs()
|
||||
|
||||
def test_persistent_mode(self):
|
||||
"""
|
||||
Test persistent mode
|
||||
"""
|
||||
tab = self.new_share_tab()
|
||||
tab.get_mode().mode_settings_widget.persistent_checkbox.click()
|
||||
|
||||
self.run_all_common_setup_tests()
|
||||
self.run_all_share_mode_setup_tests(tab)
|
||||
self.run_all_share_mode_started_tests(tab)
|
||||
self.run_all_share_mode_download_tests(tab)
|
||||
self.run_all_share_mode_started_tests(tab)
|
||||
self.assertTrue("Every subsequent share reuses the address" in tab.get_mode().server_status.url_description.toolTip().text())
|
||||
self.run_all_share_mode_download_tests(tab)
|
||||
|
||||
self.close_all_tabs()
|
||||
|
||||
def test_autostop_timer(self):
|
||||
"""
|
||||
Test the autostop timer
|
||||
|
|
Loading…
Add table
Reference in a new issue