mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3018] Create automated test for replacing an app (#3572)
* [ADF-3018] Create automated test for replacing an app * Use await in the test * Fixing document list pagination test. * Implemented delete version and delete entire app test cases. * Added a log. * Added the api call into protractor control flow. * Renamed the test cases * Commented 'Click Audit Log button' test. * Added some in control flow. * Changing the test rail ID.
This commit is contained in:
committed by
Eugenio Romano
parent
192cca63aa
commit
98243f0450
@@ -110,7 +110,14 @@ exports.THEMING = {
|
||||
};
|
||||
|
||||
exports.APP_COLOR = {
|
||||
BLUE: "rgba(0, 0, 0, 0.87)"
|
||||
BLUE: "rgba(38, 154, 188, 1)",
|
||||
GREY: "rgba(105, 108, 103, 1)",
|
||||
ORANGE: "rgba(250, 185, 108, 1)"
|
||||
};
|
||||
|
||||
exports.APP_ICON = {
|
||||
FAVORITE: "favorite_border",
|
||||
UNIT: "ac_unit"
|
||||
};
|
||||
|
||||
exports.PROCESSENDDATE = "No date";
|
||||
|
Reference in New Issue
Block a user