summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
index 06c61013f7a2..243fdc0dc7c5 100644
--- a/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
+++ b/qadevOOo/tests/java/ifc/ui/_XContextMenuInterception.java
@@ -68,7 +68,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
log.println("ensure that the first model is focused");
DesktopTools.bringWindowToFront(docModel);
- utils.shortWait(3000);
+ utils.pause(3000);
}
@Override
@@ -182,7 +182,7 @@ public class _XContextMenuInterception extends MultiMethodTest {
log.println("couldn't press mouse button");
}
- utils.shortWait(1000);
+ utils.pause(1000);
}