From b242ea5bde77025aacf72fb01cf8defffc945d14 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 10 May 2021 12:34:35 +1000 Subject: [PATCH] Add comment to test function --- desktop/tests/gui_base_test.py | 1 + 1 file changed, 1 insertion(+) 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() )