summaryrefslogtreecommitdiff
path: root/desktop/tests/test_gui_chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tests/test_gui_chat.py')
-rw-r--r--desktop/tests/test_gui_chat.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/tests/test_gui_chat.py b/desktop/tests/test_gui_chat.py
index 246a4494..b3c72200 100644
--- a/desktop/tests/test_gui_chat.py
+++ b/desktop/tests/test_gui_chat.py
@@ -37,8 +37,12 @@ class TestChat(GuiBaseTest):
self.server_is_started(tab, startup_time=500)
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.have_show_client_auth_qr_code_button(tab)
self.server_status_indicator_says_started(tab)
def run_all_chat_mode_stopping_tests(self, tab):