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:
Andrea Gelmini 2024-08-05 17:29:47 +02:00 committed by Julien Nabet
parent c9f801f527
commit afe5e625c3

View file

@ -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: