mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-15 01:26:01 -04:00
Test the history indicator widget, in local GUI tests
This commit is contained in:
parent
f5c7acf8f2
commit
3fd7581995
7 changed files with 89 additions and 4 deletions
|
@ -168,6 +168,12 @@ class OnionShareGuiTest(unittest.TestCase):
|
|||
CommonTests.test_server_is_stopped(self, 'share', True)
|
||||
CommonTests.test_web_service_is_stopped(self)
|
||||
|
||||
@pytest.mark.run(order=23)
|
||||
def test_history_indicator(self):
|
||||
CommonTests.test_server_working_on_start_button_pressed(self, 'share')
|
||||
CommonTests.test_a_server_is_started(self, 'share')
|
||||
CommonTests.test_history_indicator(self, 'share', False)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue