[Libreoffice-commits] online.git: cypress_test/integration_tests

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 19 11:01:35 UTC 2020


 cypress_test/integration_tests/mobile/calc/focus_spec.js |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 3418701eccb1933e90f1bb4c5c77efbcb3e7a916
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Mar 18 19:28:57 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Mar 19 12:01:18 2020 +0100

    Revert "cypress: calc assert we are in text edit mode in focus test"
    
    There is no assertInTextEditMode() in calc_helper.js.
    
    This reverts commit bc5bf2eb2ad355f342f158bcefcb968bb7e78318.
    
    Change-Id: I97526eb8ea0297a2ea28080f09c85e4284d70932
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90719
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/cypress_test/integration_tests/mobile/calc/focus_spec.js b/cypress_test/integration_tests/mobile/calc/focus_spec.js
index 0ea2b3b77..9b375db34 100644
--- a/cypress_test/integration_tests/mobile/calc/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/focus_spec.js
@@ -69,7 +69,5 @@ describe('Calc focus tests', function() {
 		// Document has the focus
 		cy.document().its('activeElement.className')
 			.should('be.eq', 'clipboard');
-
-		calcHelper.assertInTextEditMode();
 	});
 });


More information about the Libreoffice-commits mailing list