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

Ashod Nakashian (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 18 03:56:19 UTC 2020


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

New commits:
commit bc5bf2eb2ad355f342f158bcefcb968bb7e78318
Author:     Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Mon Mar 16 16:27:43 2020 -0400
Commit:     Ashod Nakashian <ashnakash at gmail.com>
CommitDate: Wed Mar 18 04:56:01 2020 +0100

    cypress: calc assert we are in text edit mode in focus test
    
    Change-Id: I21471d14d4bc44b20d252757c3bbb770e069bc81
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90649
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/cypress_test/integration_tests/mobile/calc/focus_spec.js b/cypress_test/integration_tests/mobile/calc/focus_spec.js
index a4a457bc6..49668d5ce 100644
--- a/cypress_test/integration_tests/mobile/calc/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/focus_spec.js
@@ -75,5 +75,7 @@ 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