[AAE-3472] e2e service task (#6460)

* [AAE-3472-adf] added e2e service task test

    fixed spell-check & re-included C311290

* added super admin as user

* spellcheck disabled for superad

* improved steps

* simplified & used API method

* disabled check spell for a line
This commit is contained in:
Alexandra Abrudan
2021-01-07 12:44:26 +02:00
committed by GitHub
parent 8d4408f2d6
commit 87f60a5b72
6 changed files with 186 additions and 2 deletions

View File

@@ -145,3 +145,11 @@ exports.CS_USER_ROLES = {
CONTRIBUTOR: 'SiteContributor',
MANAGER: 'SiteManager'
};
exports.SERVICE_TASK_STATUS = {
ALL:'ALL',
STARTED:'STARTED',
COMPLETED: 'COMPLETED',
CANCELLED: 'CANCELLED',
ERROR:'ERROR'
};