diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-11-17 14:02:39 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-11-17 21:52:25 +0100 |
commit | 69cc5b565d38eb4b50be3b6540138bb1ec880ea4 (patch) | |
tree | 19fcde916b4a5007019f71a80a907b6cd551bb84 /sc | |
parent | ae22b5c49c1c0c56cea2022c2979568b7fa4871e (diff) |
uitest: sc: remove sleep
Change-Id: Id1f3eb0ce1dbf9409ef005a01b2fe3bb1e453ac0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125400
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/uitest/chart/create_chart.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/qa/uitest/chart/create_chart.py b/sc/qa/uitest/chart/create_chart.py index 678aca31e564..5a6a9f233a0b 100644 --- a/sc/qa/uitest/chart/create_chart.py +++ b/sc/qa/uitest/chart/create_chart.py @@ -10,9 +10,6 @@ from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.framework import UITestCase from uitest.uihelper.calc import enter_text_to_cell -import time -import unittest - class CalcChartUIDemo(UITestCase): def fill_spreadsheet(self): @@ -78,8 +75,6 @@ class CalcChartUIDemo(UITestCase): xGridWindow.executeAction("DESELECT", mkPropertyValues({"OBJECT": ""})) - time.sleep(2) - def test_activate_chart(self): |