From 9de4b1c441e70157fdc7146b989b1c5b71ed0262 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 21 Oct 2019 18:06:03 +0100 Subject: [PATCH] test: fix typo in cli e2e descriptions (#33175) PR Close #33175 --- integration/cli-hello-world-ivy-compat/e2e/src/app.e2e-spec.ts | 2 +- integration/cli-hello-world-lazy-rollup/e2e/src/app.e2e-spec.ts | 2 +- integration/cli-hello-world-lazy/e2e/src/app.e2e-spec.ts | 2 +- integration/cli-hello-world/e2e/src/app.e2e-spec.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/cli-hello-world-ivy-compat/e2e/src/app.e2e-spec.ts b/integration/cli-hello-world-ivy-compat/e2e/src/app.e2e-spec.ts index be9b9b5c95..6dba1e3700 100644 --- a/integration/cli-hello-world-ivy-compat/e2e/src/app.e2e-spec.ts +++ b/integration/cli-hello-world-ivy-compat/e2e/src/app.e2e-spec.ts @@ -1,7 +1,7 @@ import { AppPage } from './app.po'; import { browser, logging } from 'protractor'; -describe('workspace-project App', () => { +describe('cli-hello-world-ivy-compat App', () => { let page: AppPage; beforeEach(() => { diff --git a/integration/cli-hello-world-lazy-rollup/e2e/src/app.e2e-spec.ts b/integration/cli-hello-world-lazy-rollup/e2e/src/app.e2e-spec.ts index 7eb194c41c..9dacfdc8ea 100644 --- a/integration/cli-hello-world-lazy-rollup/e2e/src/app.e2e-spec.ts +++ b/integration/cli-hello-world-lazy-rollup/e2e/src/app.e2e-spec.ts @@ -1,7 +1,7 @@ import { AppPage } from './app.po'; import { browser, logging, element, by } from 'protractor'; -describe('workspace-project App', () => { +describe('cli-hello-world-lazy-rollup App', () => { let page: AppPage; beforeEach(() => { diff --git a/integration/cli-hello-world-lazy/e2e/src/app.e2e-spec.ts b/integration/cli-hello-world-lazy/e2e/src/app.e2e-spec.ts index 74c59d960a..34631df219 100644 --- a/integration/cli-hello-world-lazy/e2e/src/app.e2e-spec.ts +++ b/integration/cli-hello-world-lazy/e2e/src/app.e2e-spec.ts @@ -1,7 +1,7 @@ import { AppPage } from './app.po'; import { browser, logging, element, by } from 'protractor'; -describe('workspace-project App', () => { +describe('cli-hello-world-lazy App', () => { let page: AppPage; beforeEach(() => { diff --git a/integration/cli-hello-world/e2e/src/app.e2e-spec.ts b/integration/cli-hello-world/e2e/src/app.e2e-spec.ts index 4ef4fa4efa..32ecb47049 100644 --- a/integration/cli-hello-world/e2e/src/app.e2e-spec.ts +++ b/integration/cli-hello-world/e2e/src/app.e2e-spec.ts @@ -1,7 +1,7 @@ import { AppPage } from './app.po'; import { browser, logging } from 'protractor'; -describe('workspace-project App', () => { +describe('cli-hello-world App', () => { let page: AppPage; beforeEach(() => {