mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-14 09:56:29 -04:00
Change code doc from 'Delete All' to 'Clear All' and remove whitespace in test
This commit is contained in:
parent
54b70aef82
commit
890e194bb7
@ -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…
x
Reference in New Issue
Block a user