You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/07/28 11:22:33 UTC

[openoffice] 03/03: Fix another test timing issue.

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

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

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

    Fix another test timing issue.
    
    Patch by: me
    
    (cherry picked from commit 557ccdce2ed90616cf241d2123da4f80f65e7c70)
---
 .../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");