build(docs-infra): update project structure to cli@9 7/12 (`.gitignore`, `protractor.conf.js`) (#36015)

Update configs (`.gitignore`, `protractor.conf.js`).

PR Close #36015
This commit is contained in:
George Kalpakas 2020-03-17 22:28:45 +02:00 committed by Andrew Kushnir
parent c9fd8e39f3
commit 9d22e2a445
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@
/node_modules
# profiling files
chrome-profiler-events.json
speed-measure-plugin.json
chrome-profiler-events*.json
speed-measure-plugin*.json
# IDEs and editors
/.idea

View File

@ -13,7 +13,7 @@ exports.config = {
'./src/**/*.e2e-spec.ts'
],
capabilities: {
'browserName': 'chrome'
browserName: 'chrome'
},
directConnect: true,
baseUrl: 'http://localhost:4200/',