mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
protractor option disable controlflow (#4598)
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
import { browser } from 'protractor';
|
||||
|
||||
export async function setConfigField(field: string, value: string) {
|
||||
|
||||
return browser.executeScript(
|
||||
`window.adf.setConfigField('${field}', '${value}');`
|
||||
"window.adf.setConfigField(`"+field + "`, `" + value + "`);"
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user