Add comment to test function

This commit is contained in:
Miguel Jacq 2021-05-10 12:34:35 +10:00
parent d86ce6c9af
commit 7b5b2d32f6

View File

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