mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3700] Create an automated test to cover the process placeholder (#3921)
* [ADF-3700] Create an automated test to cover the start process placeholder * adding space * Moving the checks to existing tests
This commit is contained in:
@@ -134,6 +134,14 @@ var StartProcessPage = function () {
|
||||
return startProcessButton.click();
|
||||
};
|
||||
|
||||
this.checkSelectProcessPlaceholderIsDisplayed = function () {
|
||||
Util.waitUntilElementIsVisible(processDefinition);
|
||||
var processPlaceholder = processDefinition.getAttribute('value').then((function (result) {
|
||||
return result;
|
||||
}));
|
||||
return processPlaceholder;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
module.exports = StartProcessPage;
|
||||
|
Reference in New Issue
Block a user