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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 19 15:11:41 UTC 2020


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

New commits:
commit 008d4ea32f475a669668394f6b886d255a586090
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Jun 19 16:24:23 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Jun 19 17:11:22 2020 +0200

    cypress: stabilize calc/cell_appearance_spec.js test.
    
    Change-Id: I3695e3e5608dee9b6f1f7f1dfc43dad76d9844f1
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96740
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js b/cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js
index e4edc648d..c34af53cd 100644
--- a/cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js
+++ b/cypress_test/integration_tests/mobile/calc/calc_mobile_helper.js
@@ -20,6 +20,9 @@ function removeTextSelection() {
 		cy.get('.spreadsheet-cell-resize-marker')
 			.invoke('attr', 'style')
 			.should('contain', '-8px,');
+
+		cy.get('input#addressInput')
+			.should('have.prop', 'value', 'B1:B1048576');
 	}
 
 	cy.log('Removing text selection - end.');
@@ -41,6 +44,9 @@ function selectAllMobile(removeSelection = true) {
 		.invoke('attr', 'style')
 		.should('contain', '(-9px, -8px,');
 
+	cy.get('input#addressInput')
+		.should('have.prop', 'value', 'A1:AMJ1048576');
+
 	cy.log('Selecting all text - end.');
 }
 


More information about the Libreoffice-commits mailing list