From 599a55e69141226fc2f31d99a733b5343d1a245d Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 3 Dec 2019 08:36:38 +0000 Subject: [PATCH] test: do not copy address to the clipboard in integration test (#34135) PR Close #34135 --- integration/cli-hello-world-ivy-i18n/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index 1e2c80eab1..313cee7245 100644 --- a/integration/cli-hello-world-ivy-i18n/package.json +++ b/integration/cli-hello-world-ivy-i18n/package.json @@ -13,7 +13,7 @@ "pretest": "ng version", "test": "ng e2e --prod && ng xi18n && yarn translate && ng build --configuration production,fr && ng build --configuration production,de && run-p -r \"serve dist/fr\" \"ng e2e --configuration=fr\" && run-p -r \"serve dist/de\" \"ng e2e --configuration=de\"", "translate": "cp src/locale/messages.xlf src/locale/messages.fr.xlf && cp src/locale/messages.xlf src/locale/messages.de.xlf && sed -i.bak -e 's/source>/target>/g' -e 's/Hello/Bonjour/' src/locale/messages.fr.xlf && sed -i.bak -e 's/source>/target>/g' -e 's/Hello/Hallo/' src/locale/messages.de.xlf", - "serve": "serve --listen 4200" + "serve": "serve --no-clipboard --listen 4200" }, "private": true, "dependencies": {