aboutsummaryrefslogtreecommitdiff
path: root/desktop/tests/test_gui_receive.py
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2021-08-31 14:17:23 +1000
committerMiguel Jacq <mig@mig5.net>2021-08-31 14:17:23 +1000
commitcb144e218aa60fcd05435a37df88934ea36a0268 (patch)
tree3fab7353a63216673ee32213af70a4e93e4f77e5 /desktop/tests/test_gui_receive.py
parent3a07bbe16126c6b14fc7ff553d2ef441e959a333 (diff)
downloadonionshare-cb144e218aa60fcd05435a37df88934ea36a0268.tar.gz
onionshare-cb144e218aa60fcd05435a37df88934ea36a0268.zip
Client Auth UX improvements
Diffstat (limited to 'desktop/tests/test_gui_receive.py')
-rw-r--r--desktop/tests/test_gui_receive.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/tests/test_gui_receive.py b/desktop/tests/test_gui_receive.py
index af04a914..ca69c957 100644
--- a/desktop/tests/test_gui_receive.py
+++ b/desktop/tests/test_gui_receive.py
@@ -110,8 +110,13 @@ class TestReceive(GuiBaseTest):
self.server_is_started(tab)
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.client_auth_instructions_shown(tab)
+ self.private_key_shown(tab)
+ self.have_show_client_auth_qr_code_button(tab)
self.server_status_indicator_says_started(tab)
def run_all_receive_mode_tests(self, tab):