You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2020/07/27 06:03:49 UTC

[openoffice] branch trunk updated: Fix another test timing issue.

This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 557ccdc  Fix another test timing issue.
557ccdc is described below

commit 557ccdce2ed90616cf241d2123da4f80f65e7c70
Author: Damjan Jovanovic <da...@apache.org>
AuthorDate: Mon Jul 27 07:59:59 2020 +0200

    Fix another test timing issue.
    
    Patch by: me
---
 .../source/fvt/gui/formula/importexport/FormulaInDifferentWays.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/testgui/source/fvt/gui/formula/importexport/FormulaInDifferentWays.java b/test/testgui/source/fvt/gui/formula/importexport/FormulaInDifferentWays.java
index c241181..3c00f12 100644
--- a/test/testgui/source/fvt/gui/formula/importexport/FormulaInDifferentWays.java
+++ b/test/testgui/source/fvt/gui/formula/importexport/FormulaInDifferentWays.java
@@ -89,6 +89,7 @@ public class FormulaInDifferentWays {
 		// commands window
 		mathElementsRelations.click();
 		mathElementsRelationsNotEqual.click();
+		sleep(1);
 		typeKeys("a");
 		app.dispatch(".uno:NextMark");
 		typeKeys("b");