try to change adf core autoamtion service init

This commit is contained in:
eromano
2023-07-24 16:40:10 +02:00
parent c764e11938
commit 20cfe3ed93
3 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,9 @@
import { browser } from 'protractor';
/*
Open the CoreAutomationService in ADF core to see where we augment the window
*/
export class LocalStorageUtil {
static async getConfigField(field: string): Promise<any> {