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() )