[ADF-NO-ISSUE] Removing wrong dependencies (#4458)

This commit is contained in:
Marouan Bentaleb
2019-03-25 15:23:58 +01:00
committed by Eugenio Romano
parent a7a48e8b2b
commit f9e39aaebd
8 changed files with 22 additions and 11 deletions

View File

@@ -0,0 +1,18 @@
/*!
* @license
* Copyright 2019 Alfresco Software, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './tabs.page';

View File

@@ -16,7 +16,7 @@
*/
import { element, by } from 'protractor';
import { BrowserVisibility } from '../core/browser-visibility';
import { BrowserVisibility } from '../browser-visibility';
export class TabsPage {

View File

@@ -3,5 +3,4 @@
*/
export * from './header.page';
export * from '../../material/tabs.page';
export * from './user-info.page';

View File

@@ -17,7 +17,7 @@
import { element, by, browser, protractor } from 'protractor';
import { BrowserVisibility } from '../browser-visibility';
import { TabsPage } from '../../material/tabs.page';
import { TabsPage } from '../material/tabs.page';
export class UserInfoPage {

View File

@@ -4,3 +4,4 @@
export * from './browser-visibility';
export * from './pages/public-api';
export * from './material/public-api';

View File

@@ -1,5 +0,0 @@
/*
* Public API Surface of testing
*/
export * from './tabs.page';

View File

@@ -3,7 +3,5 @@
*/
export * from './login-sso.page';
export * from '../../core/pages/user-info.page';
export * from '../app/app-list-cloud.page';
export * from './start-tasks-cloud-component.page';
export * from './task-header-cloud-component.page';

View File

@@ -3,7 +3,7 @@
*/
export * from './lib/core/public-api';
export * from './lib/material/public-api';
export * from './lib/core/material/public-api';
export * from './lib/content-services/public-api';
export * from './lib/process-services/public-api';
export * from './lib/process-services-cloud/public-api';