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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 11 08:35:03 UTC 2020


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

New commits:
commit 67f8ee7aa9de70010af05a547eb9b68edb4f83e5
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Mar 11 09:34:06 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Mar 11 09:34:28 2020 +0100

    cypress: mobile: Don't check the actual date here.
    
    Change-Id: Ia324d83bf62d2e3dbc36087c3ff29f934b125953

diff --git a/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js b/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
index cddfee80e..c73fe788b 100644
--- a/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
@@ -107,9 +107,6 @@ describe('Calc insertion wizard.', function() {
 
 		calcHelper.copyContentToClipboard();
 
-		cy.get('#copy-paste-container table td')
-			.contains('03/10/20');
-
 		cy.get('#copy-paste-container table td')
 			.should('have.attr', 'sdnum', '1033;0;MM/DD/YY');
 	});


More information about the Libreoffice-commits mailing list