mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -04:00
Rename things with client_auth_v3_ in the name because there is only one type of client_auth now that v2 is gone.
This commit is contained in:
parent
50d5cf5740
commit
c4cf9f08ec
8 changed files with 60 additions and 59 deletions
|
@ -611,12 +611,13 @@ class TestShare(GuiBaseTest):
|
|||
|
||||
def test_client_auth(self):
|
||||
"""
|
||||
Test the ClientAuth is received from the backend and that
|
||||
the widget is visible in the UI
|
||||
Test the ClientAuth is received from the backend,
|
||||
that the widget is visible in the UI and that the
|
||||
clipboard contains the ClientAuth string
|
||||
"""
|
||||
tab = self.new_share_tab()
|
||||
tab.get_mode().mode_settings_widget.toggle_advanced_button.click()
|
||||
tab.get_mode().mode_settings_widget.client_auth_v3_checkbox.click()
|
||||
tab.get_mode().mode_settings_widget.client_auth_checkbox.click()
|
||||
|
||||
self.run_all_common_setup_tests()
|
||||
self.run_all_share_mode_setup_tests(tab)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue