summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/writer_tests6/infobar.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/uitest/writer_tests6/infobar.py')
-rw-r--r--sw/qa/uitest/writer_tests6/infobar.py2
1 files changed, 1 insertions, 1 deletions
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")