summaryrefslogtreecommitdiff
path: root/desktop/tests/test_gui_website.py
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tests/test_gui_website.py')
-rw-r--r--desktop/tests/test_gui_website.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/tests/test_gui_website.py b/desktop/tests/test_gui_website.py
index d7a75ed6..52722c2f 100644
--- a/desktop/tests/test_gui_website.py
+++ b/desktop/tests/test_gui_website.py
@@ -46,8 +46,12 @@ class TestWebsite(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.client_auth_instructions_shown(tab)
+ self.have_show_client_auth_qr_code_button(tab)
self.server_status_indicator_says_started(tab)
def run_all_website_mode_download_tests(self, tab):