mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-16 22:02:58 -04:00
Add comment to test function
This commit is contained in:
parent
d86ce6c9af
commit
7b5b2d32f6
@ -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()
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user