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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 20 09:05:25 UTC 2020


 cypress_test/integration_tests/mobile/calc/alignment_options_spec.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f5b15b2564eda96ad4baab8381a59aa3a8241c36
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Apr 20 11:04:55 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Mon Apr 20 11:05:00 2020 +0200

    cypress: fix some comments
    
    Change-Id: I49a1d1ad255ae474ff0415ae5db6ad06caac2cfb

diff --git a/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js b/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js
index bcc5170fa..d88b74ac8 100644
--- a/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js
@@ -317,7 +317,7 @@ describe('Change alignment settings.', function() {
 		cy.wait(500);
 
 		// TODO: we don't have a good indicator here
-		// neither the text position nor the clipboard container does not help here.
+		// neither the text position nor the clipboard container helps here.
 	});
 
 	it('Merge cells.', function() {
@@ -335,7 +335,7 @@ describe('Change alignment settings.', function() {
 		cy.get('.spreadsheet-cell-resize-marker')
 			.should('exist');
 
-		// Even after we get the cell row selection the merge cell options is still enabled
+		// Even after we get the cell row selection the merge cell options is still disabled
 		// So we open mobile wizard again and again until merge cells get the right state
 		mobileHelper.openMobileWizard();
 		cy.waitUntil(function() {


More information about the Libreoffice-commits mailing list