sw/qa/uitest/writer_tests6/infobar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6a6d28583f753b4b7d9dcd9f07b77944a8f0c51e Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Nov 21 14:51:06 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Nov 21 14:56:05 2019 +0100 Fix typo Change-Id: I041dfdaac4903d1bb0bb9ee70a2e5e705af3aafb Reviewed-on: https://gerrit.libreoffice.org/83398 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/qa/uitest/writer_tests6/infobar.py b/sw/qa/uitest/writer_tests6/infobar.py index 2467ef8bbd73..fb238fbe84c0 100644 --- a/sw/qa/uitest/writer_tests6/infobar.py +++ b/sw/qa/uitest/writer_tests6/infobar.py @@ -53,7 +53,7 @@ class tdf126627(UITestCase): controller.removeInfobar("my") - # Removing an already removed infobar shoud throw an exception + # Removing an already removed infobar should throw an exception with self.assertRaises(NoSuchElementException): controller.removeInfobar("my") _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
