parent
ff36a8daf6
commit
9de4b1c441
|
@ -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(() => {
|
||||
|
|
|
@ -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(() => {
|
||||
|
|
|
@ -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(() => {
|
||||
|
|
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue