summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-02-25 12:05:43 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-02-25 13:39:27 +0100
commitaa95913dd8e505123ba8974d5de27ac0ec928cce (patch)
treeb7b43e37fc2101c42d515346cdc15bdd36a9468c /sd
parent48119cf42acef33dedcbba92d3bfb8cf8c9938d1 (diff)
uitest: remove debug option
it does nothing Change-Id: I6fa67aa42b1de6199cbb49100624826f5b3b77d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130524 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/uitest/impress_tests/autocorrectOptions.py1
-rw-r--r--sd/qa/uitest/impress_tests/customSlideShow.py1
-rw-r--r--sd/qa/uitest/impress_tests/insertSlide.py1
-rw-r--r--sd/qa/uitest/impress_tests/masterElements.py1
4 files changed, 0 insertions, 4 deletions
diff --git a/sd/qa/uitest/impress_tests/autocorrectOptions.py b/sd/qa/uitest/impress_tests/autocorrectOptions.py
index 34ea25345fd4..a79facecc204 100644
--- a/sd/qa/uitest/impress_tests/autocorrectOptions.py
+++ b/sd/qa/uitest/impress_tests/autocorrectOptions.py
@@ -11,7 +11,6 @@ from uitest.framework import UITestCase
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.common import get_state_as_dict
import time
-from uitest.debug import sleep
from uitest.uihelper.common import select_pos
class autocorrectOptions(UITestCase):
diff --git a/sd/qa/uitest/impress_tests/customSlideShow.py b/sd/qa/uitest/impress_tests/customSlideShow.py
index 210bdc143f00..f070a1ca1cda 100644
--- a/sd/qa/uitest/impress_tests/customSlideShow.py
+++ b/sd/qa/uitest/impress_tests/customSlideShow.py
@@ -10,7 +10,6 @@
from uitest.framework import UITestCase
from libreoffice.uno.propertyvalue import mkPropertyValues
import importlib
-from uitest.debug import sleep
from uitest.uihelper.common import select_pos
from uitest.uihelper.common import get_state_as_dict, type_text
diff --git a/sd/qa/uitest/impress_tests/insertSlide.py b/sd/qa/uitest/impress_tests/insertSlide.py
index f7ff2fd5c828..f81d0792f2b5 100644
--- a/sd/qa/uitest/impress_tests/insertSlide.py
+++ b/sd/qa/uitest/impress_tests/insertSlide.py
@@ -11,7 +11,6 @@ from uitest.framework import UITestCase
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.common import get_state_as_dict
import time
-from uitest.debug import sleep
from uitest.uihelper.common import select_pos
#Bug 85360 - LibreOffice crashes and crashes desktop too on inserting 4th slide
diff --git a/sd/qa/uitest/impress_tests/masterElements.py b/sd/qa/uitest/impress_tests/masterElements.py
index 8442651d5e1c..ad277ca25c71 100644
--- a/sd/qa/uitest/impress_tests/masterElements.py
+++ b/sd/qa/uitest/impress_tests/masterElements.py
@@ -11,7 +11,6 @@ from uitest.framework import UITestCase
from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.common import get_state_as_dict
import time
-from uitest.debug import sleep
from uitest.uihelper.common import select_pos
class masterElements(UITestCase):