From 415e3e06eda0e68a02d3f1086798e8d365beb042 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 22 Oct 2018 15:34:59 +0300 Subject: [PATCH] test(docs-infra): fix smoke tests (#26649) PR Close #26649 --- aio/scripts/test-production.sh | 2 +- aio/tests/deployment/e2e/smoke-tests.e2e-spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/scripts/test-production.sh b/aio/scripts/test-production.sh index d46e3f205b..1441ab72ff 100755 --- a/aio/scripts/test-production.sh +++ b/aio/scripts/test-production.sh @@ -16,7 +16,7 @@ set +x -eu -o pipefail # Install dependencies. echo -e "\nInstalling dependencies in '$aioDir'...\n-----" - yarn install --frozen-lockfile + yarn install --frozen-lockfile --non-interactive yarn update-webdriver # Run checks for all URLs. diff --git a/aio/tests/deployment/e2e/smoke-tests.e2e-spec.ts b/aio/tests/deployment/e2e/smoke-tests.e2e-spec.ts index b55aae136e..b2df866088 100644 --- a/aio/tests/deployment/e2e/smoke-tests.e2e-spec.ts +++ b/aio/tests/deployment/e2e/smoke-tests.e2e-spec.ts @@ -39,7 +39,7 @@ describe(browser.baseUrl, () => { api: 'api list', 'guide/architecture': 'architecture', 'guide/http': 'httpclient', - 'guide/quickstart': 'quickstart', + 'guide/quickstart': 'getting started', 'guide/security': 'security', tutorial: 'tutorial', };