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:
Miguel Jacq 2021-05-06 18:02:40 +10:00
parent 5ed2188156
commit d86ce6c9af
8 changed files with 60 additions and 59 deletions

View file

@ -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)