Fix typo
Change-Id: I5cef95873cd6a67ba2994dcb6c2c8ed231c0b2ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171494 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
c9f801f527
commit
afe5e625c3
1 changed files with 1 additions and 1 deletions
|
@ -93,6 +93,6 @@ class GpgEncryptTest(UITestCase):
|
|||
with self.ui_test.execute_dialog_through_action(xOpen, "CLICK", close_button="") as xSignOnConsecutiveSaveDialog:
|
||||
xSignOnConsecutiveSaveDialog.getChild("no").executeAction("CLICK", tuple())
|
||||
|
||||
# confirm signing was sucessful
|
||||
# confirm signing was successful
|
||||
self.assertTrue(self.ui_test.get_component().getPropertyValue("HasValidSignatures"))
|
||||
# vim: set shiftwidth=4 softtabstop=4 expandtab:
|
||||
|
|
Loading…
Reference in a new issue