aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2021-05-10 12:34:35 +1000
committerMiguel Jacq <mig@mig5.net>2021-05-10 12:34:38 +1000
commitb242ea5bde77025aacf72fb01cf8defffc945d14 (patch)
tree2bb155c92a446d989da612d0c2d95349d9ede903
parentc4cf9f08ec97051af0c8f40a25921ad8ba0d92f4 (diff)
downloadonionshare-b242ea5bde77025aacf72fb01cf8defffc945d14.tar.gz
onionshare-b242ea5bde77025aacf72fb01cf8defffc945d14.zip
Add comment to test function
-rw-r--r--desktop/tests/gui_base_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/tests/gui_base_test.py b/desktop/tests/gui_base_test.py
index 86c88a10..31a3b792 100644
--- a/desktop/tests/gui_base_test.py
+++ b/desktop/tests/gui_base_test.py
@@ -453,6 +453,7 @@ class GuiBaseTest(unittest.TestCase):
self.assertEqual(tab.get_mode().server_status.status, 0)
def clientauth_is_visible(self, tab):
+ """Test that the ClientAuth button is visible and that the clipboard contains its contents"""
self.assertTrue(
tab.get_mode().server_status.copy_client_auth_button.isVisible()
)