mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Fix spelling
This commit is contained in:
parent
d07904ccb7
commit
f56f3ae95f
6 changed files with 6 additions and 6 deletions
|
@ -178,7 +178,7 @@ class GuiBaseTest(unittest.TestCase):
|
|||
self.assertEqual(tab.get_mode().history.isVisible(), not currently_visible)
|
||||
|
||||
def history_indicator(self, tab, indicator_count="1"):
|
||||
"""Test that we can make sure the history is toggled off, do an action, and the indiciator works"""
|
||||
"""Test that we can make sure the history is toggled off, do an action, and the indicator works"""
|
||||
# Make sure history is toggled off
|
||||
if tab.get_mode().history.isVisible():
|
||||
tab.get_mode().toggle_history.click()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue