Skip to content

Commit

Permalink
test: run webdriver update in ivy-localize-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and vikerman committed Oct 22, 2019
1 parent b0dcfd0 commit 6d6fc05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/legacy-cli/e2e/tests/i18n/ivy-localize-dl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default async function() {
localizeVersion = require('../../ng-snapshot/package.json').dependencies['@angular/localize'];
}
await npm('install', `${localizeVersion}`);
await npm('run', 'webdriver-update');

await updateJsonFile('tsconfig.json', config => {
config.compilerOptions.target = 'es2015';
Expand Down

0 comments on commit 6d6fc05

Please sign in to comment.