mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
Add comment to test function
This commit is contained in:
parent
d86ce6c9af
commit
7b5b2d32f6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue