[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:
cristinaj
2018-07-16 15:41:47 +03:00
committed by Eugenio Romano
parent 192cca63aa
commit 98243f0450
5 changed files with 147 additions and 11 deletions

View File

@@ -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";