test(docs-infra): fix smoke tests (#26649)

PR Close #26649
This commit is contained in:
George Kalpakas 2018-10-22 15:34:59 +03:00 committed by Matias Niemelä
parent 0367d14044
commit f6991dec3b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ set +x -eu -o pipefail
# Install dependencies. # Install dependencies.
echo -e "\nInstalling dependencies in '$aioDir'...\n-----" echo -e "\nInstalling dependencies in '$aioDir'...\n-----"
yarn install --frozen-lockfile yarn install --frozen-lockfile --non-interactive
yarn update-webdriver yarn update-webdriver
# Run checks for all URLs. # Run checks for all URLs.

View File

@ -39,7 +39,7 @@ describe(browser.baseUrl, () => {
api: 'api list', api: 'api list',
'guide/architecture': 'architecture', 'guide/architecture': 'architecture',
'guide/http': 'httpclient', 'guide/http': 'httpclient',
'guide/quickstart': 'quickstart', 'guide/quickstart': 'getting started',
'guide/security': 'security', 'guide/security': 'security',
tutorial: 'tutorial', tutorial: 'tutorial',
}; };