Client Auth UX improvements

This commit is contained in:
Miguel Jacq 2021-08-31 14:17:23 +10:00
parent 3a07bbe161
commit cb144e218a
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
41 changed files with 215 additions and 85 deletions

View file

@ -182,8 +182,13 @@ class TestShare(GuiBaseTest):
self.server_is_started(tab, startup_time)
self.web_server_is_running(tab)
self.url_description_shown(tab)
self.url_instructions_shown(tab)
self.url_shown(tab)
self.have_copy_url_button(tab)
self.have_show_qr_code_button(tab)
self.have_show_url_qr_code_button(tab)
self.private_key_shown(tab)
self.client_auth_instructions_shown(tab)
self.have_show_client_auth_qr_code_button(tab)
self.server_status_indicator_says_started(tab)
def run_all_share_mode_download_tests(self, tab):