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

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 13 14:30:46 UTC 2020


 cypress_test/integration_tests/common/helper.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ff7cd32ba23b0e279a6c3aec7105c402d7d12108
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Wed Feb 12 15:57:25 2020 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Thu Feb 13 15:30:29 2020 +0100

    cypress: ensure English locale
    
    My browser is Spanish by default
    
    Change-Id: I2f3a2aaf7a6b0856c778dc9b943e23f8c168a394
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88568
    Tested-by: Henry Castro <hcastro at collabora.com>
    Reviewed-by: Henry Castro <hcastro at collabora.com>

diff --git a/cypress_test/integration_tests/common/helper.js b/cypress_test/integration_tests/common/helper.js
index 04df7db71..56b5d0182 100644
--- a/cypress_test/integration_tests/common/helper.js
+++ b/cypress_test/integration_tests/common/helper.js
@@ -25,12 +25,12 @@ function loadTestDoc(fileName, subFolder, mobile) {
 	if (subFolder === undefined) {
 		URI = 'http://localhost:9980/loleaflet/' +
 			Cypress.env('WSD_VERSION_HASH') +
-			'/loleaflet.html?file_path=file://' +
+			'/loleaflet.html?lang=en&file_path=file://' +
 			Cypress.env('WORKDIR') + fileName;
 	} else {
 		URI = 'http://localhost:9980/loleaflet/' +
 			Cypress.env('WSD_VERSION_HASH') +
-			'/loleaflet.html?file_path=file://' +
+			'/loleaflet.html?lang=en&file_path=file://' +
 			Cypress.env('WORKDIR') + subFolder + '/' + fileName;
 	}
 


More information about the Libreoffice-commits mailing list