mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Change code doc from 'Delete All' to 'Clear All' and remove whitespace in test
This commit is contained in:
parent
1632a00a91
commit
327747fa3f
@ -396,7 +396,7 @@ class ShareMode(Mode):
|
||||
|
||||
def clear_all(self):
|
||||
"""
|
||||
Delete All button clicked
|
||||
Clear All button clicked
|
||||
"""
|
||||
self.file_selection.file_list.clear()
|
||||
self.file_selection.file_list.files_updated.emit()
|
||||
|
@ -301,7 +301,7 @@ class WebsiteMode(Mode):
|
||||
|
||||
def clear_all(self):
|
||||
"""
|
||||
Delete All button clicked
|
||||
Clear All button clicked
|
||||
"""
|
||||
self.file_selection.file_list.clear()
|
||||
self.file_selection.file_list.files_updated.emit()
|
||||
|
@ -412,7 +412,6 @@ class TestShare(GuiBaseTest):
|
||||
|
||||
self.close_all_tabs()
|
||||
|
||||
|
||||
@pytest.mark.gui
|
||||
def test_public_mode(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user