mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04: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
@ -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…
Reference in New Issue
Block a user