[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sw/qa
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Sun Oct 18 08:33:04 UTC 2020
sw/qa/uitest/writer_tests/watermark.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5e8cf811c97799151df2a5a40a5ee979fa90a346
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun Oct 18 10:32:27 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sun Oct 18 10:32:27 2020 +0200
fix sw/qa/uitest/writer_tests/watermark.py after change in steps of spinbox
Change-Id: I85dff2b698fbb6d808cba7dc7545e8c5571fa6d5
diff --git a/sw/qa/uitest/writer_tests/watermark.py b/sw/qa/uitest/writer_tests/watermark.py
index 58782cf489f4..636aed414aa4 100644
--- a/sw/qa/uitest/writer_tests/watermark.py
+++ b/sw/qa/uitest/writer_tests/watermark.py
@@ -39,7 +39,7 @@ class watermark(UITestCase):
xTransparency = xDialog.getChild("Transparency")
self.assertEqual(get_state_as_dict(xTextInput)["Text"], "Watermark")
- self.assertEqual(get_state_as_dict(xAngle)["Text"], "46°")
+ self.assertEqual(get_state_as_dict(xAngle)["Text"], "90°")
self.assertEqual(get_state_as_dict(xTransparency)["Text"], "55%")
xCancBtn = xDialog.getChild("cancel")
More information about the Libreoffice-commits
mailing list