Revert "Don't show private key"

This reverts commit b93c5c788a.
This commit is contained in:
Micah Lee 2021-09-03 14:24:45 -07:00
parent 46bafdf3ba
commit f797db0242
6 changed files with 28 additions and 3 deletions

View file

@ -51,6 +51,7 @@ class TestWebsite(GuiBaseTest):
self.have_copy_url_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)