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', };