You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/11/19 20:48:55 UTC

[GitHub] [trafficcontrol] ocket8888 commented on pull request #6352: Migrate Delivery Service Request from E2E to integrated

ocket8888 commented on pull request #6352:
URL: https://github.com/apache/trafficcontrol/pull/6352#issuecomment-974462397


   When running these tests as described in the "Verify this PR" section, I get 21 failures 
   
   <details><summary>Testing Logs</summary>
   
   ```
   [chrome #01-5] Failures:
   [chrome #01-5] 1) Traffic Portal - Delivery Service - Admin Role assign server to delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText(".ag-cell-value", "DSTest")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText(".ag-cell-value", "DSTest")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:201:87)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]     From: Task: Run it("assign server to delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:63:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:62:47)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 2) Traffic Portal - Delivery Service - Admin Role assign required capabilities to delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText("span", "tpdservice2acty")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText("span", "tpdservice2acty")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:155:55)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("assign required capabilities to delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:72:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:71:61)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 3) Traffic Portal - Delivery Service - Admin Role delete a delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText("span", "tpdservice1acty")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText("span", "tpdservice1acty")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:155:55)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("delete a delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:79:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:78:41)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 4) Traffic Portal - Delivery Service - Admin Role delete a delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText("span", "tpdservice2acty")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText("span", "tpdservice2acty")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:155:55)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("delete a delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:79:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:78:41)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 5) Traffic Portal - Delivery Service - Admin Role delete a delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText("span", "tpdservice3acty")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText("span", "tpdservice3acty")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:155:55)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("delete a delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:79:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:78:41)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 6) Traffic Portal - Delivery Service - Admin Role can close service menu tab
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: element click intercepted: Element <a href="javascript:void(0);">...</a> is not clickable at point (112, 239). Other element would receive the click: <div modal-render="true" tabindex="-1" role="dialog" class="modal fade ng-isolate-scope in" uib-modal-animation-class="fade" modal-in-class="in" ng-style="{'z-index': 1050 + index*10, display: 'block'}" uib-modal-window="modal-window" size="lg" index="0" animate="animate" modal-animation="true" style="z-index: 1050; display: block;">...</div>
   [chrome #01-5]       (Session info: headless chrome=96.0.4664.45)
   [chrome #01-5]     Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
   [chrome #01-5]     System info: host: 'pop-os', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.13.0-7620-generic', java.version: '1.8.0_292'
   [chrome #01-5]     Driver info: driver.version: unknown
   [chrome #01-5]   Stack:
   [chrome #01-5]     WebDriverError: element click intercepted: Element <a href="javascript:void(0);">...</a> is not clickable at point (112, 239). Other element would receive the click: <div modal-render="true" tabindex="-1" role="dialog" class="modal fade ng-isolate-scope in" uib-modal-animation-class="fade" modal-in-class="in" ng-style="{'z-index': 1050 + index*10, display: 'block'}" uib-modal-window="modal-window" size="lg" index="0" animate="animate" modal-animation="true" style="z-index: 1050; display: block;">...</div>
   [chrome #01-5]       (Session info: headless chrome=96.0.4664.45)
   [chrome #01-5]     Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
   [chrome #01-5]     System info: host: 'pop-os', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.13.0-7620-generic', java.version: '1.8.0_292'
   [chrome #01-5]     Driver info: driver.version: unknown
   [chrome #01-5]         at Object.checkLegacyResponse (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/error.js:546:15)
   [chrome #01-5]         at parseHttpResponse (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:509:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:441:30
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: WebElement.click()
   [chrome #01-5]         at thenableWebDriverProxy.schedule (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:807:17)
   [chrome #01-5]         at WebElement.schedule_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:2010:25)
   [chrome #01-5]         at WebElement.click (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:2092:17)
   [chrome #01-5]         at actionFn (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:89:44)
   [chrome #01-5]         at Array.map (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:461:65
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at SideNavigationPage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/SideNavigationPage.po.ts:70:32)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/SideNavigationPage.po.js:5:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("can close service menu tab") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:85:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 7) Traffic Portal - Delivery Service - Admin Role can logout
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: element click intercepted: Element <a title="Logout" ng-show="userLoaded" ng-click="logout()" uib-popover="Logout" popover-trigger="mouseenter">...</a> is not clickable at point (28, 1062). Other element would receive the click: <div modal-render="true" tabindex="-1" role="dialog" class="modal fade ng-isolate-scope in" uib-modal-animation-class="fade" modal-in-class="in" ng-style="{'z-index': 1050 + index*10, display: 'block'}" uib-modal-window="modal-window" size="lg" index="0" animate="animate" modal-animation="true" style="z-index: 1050; display: block;">...</div>
   [chrome #01-5]       (Session info: headless chrome=96.0.4664.45)
   [chrome #01-5]     Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
   [chrome #01-5]     System info: host: 'pop-os', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.13.0-7620-generic', java.version: '1.8.0_292'
   [chrome #01-5]     Driver info: driver.version: unknown
   [chrome #01-5]   Stack:
   [chrome #01-5]     WebDriverError: element click intercepted: Element <a title="Logout" ng-show="userLoaded" ng-click="logout()" uib-popover="Logout" popover-trigger="mouseenter">...</a> is not clickable at point (28, 1062). Other element would receive the click: <div modal-render="true" tabindex="-1" role="dialog" class="modal fade ng-isolate-scope in" uib-modal-animation-class="fade" modal-in-class="in" ng-style="{'z-index': 1050 + index*10, display: 'block'}" uib-modal-window="modal-window" size="lg" index="0" animate="animate" modal-animation="true" style="z-index: 1050; display: block;">...</div>
   [chrome #01-5]       (Session info: headless chrome=96.0.4664.45)
   [chrome #01-5]     Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
   [chrome #01-5]     System info: host: 'pop-os', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.13.0-7620-generic', java.version: '1.8.0_292'
   [chrome #01-5]     Driver info: driver.version: unknown
   [chrome #01-5]         at Object.checkLegacyResponse (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/error.js:546:15)
   [chrome #01-5]         at parseHttpResponse (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:509:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:441:30
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: WebElement.click()
   [chrome #01-5]         at thenableWebDriverProxy.schedule (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:807:17)
   [chrome #01-5]         at WebElement.schedule_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:2010:25)
   [chrome #01-5]         at WebElement.click (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:2092:17)
   [chrome #01-5]         at actionFn (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:89:44)
   [chrome #01-5]         at Array.map (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:461:65
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at TopNavigationPage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/TopNavigationPage.po.ts:111:30)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/TopNavigationPage.po.js:8:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/TopNavigationPage.po.js:4:12)
   [chrome #01-5]         at TopNavigationPage.Logout (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/TopNavigationPage.po.js:131:16)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:89:44
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:88:41)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:112:25
   [chrome #01-5]         at new ManagedPromise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1077:7)
   [chrome #01-5]         at ControlFlow.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2505:12)
   [chrome #01-5]         at schedulerExecute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:95:18)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2974:25
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("can logout") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:88:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 8) Traffic Portal - Delivery Service - Read Only Role can login
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: By(css selector, *[id="loginUsername"])
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: By(css selector, *[id="loginUsername"])
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as sendKeys] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as sendKeys] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at LoginPage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/LoginPage.po.ts:62:36)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/LoginPage.po.js:8:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/LoginPage.po.js:4:12)
   [chrome #01-5]         at LoginPage.Login (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/LoginPage.po.js:46:16)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:42:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:40:40)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:112:25
   [chrome #01-5]         at new ManagedPromise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1077:7)
   [chrome #01-5]         at ControlFlow.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2505:12)
   [chrome #01-5]         at schedulerExecute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:95:18)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2974:25
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("can login") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:40:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 9) Traffic Portal - Delivery Service - Read Only Role create ANY_MAP delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Expected false to be true.
   [chrome #01-5]   Stack:
   [chrome #01-5]     Error: Failed expectation
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:51:83)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5] 
   [chrome #01-5] 10) Traffic Portal - Delivery Service - Read Only Role update delivery service display name
   [chrome #01-5]   Message:
   [chrome #01-5]     Expected false to be true.
   [chrome #01-5]   Stack:
   [chrome #01-5]     Error: Failed expectation
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:58:86)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5] 
   [chrome #01-5] 11) Traffic Portal - Delivery Service - Read Only Role assign server to delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Expected false to be true.
   [chrome #01-5]   Stack:
   [chrome #01-5]     Error: Failed expectation
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:65:100)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5] 
   [chrome #01-5] 12) Traffic Portal - Delivery Service - Read Only Role assign required capabilities to delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Expected false to be true.
   [chrome #01-5]   Stack:
   [chrome #01-5]     Error: Failed expectation
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:74:97)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5] 
   [chrome #01-5] 13) Traffic Portal - Delivery Service - Read Only Role delete a delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Expected false to be true.
   [chrome #01-5]   Stack:
   [chrome #01-5]     Error: Failed expectation
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:81:86
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5] 
   [chrome #01-5] 14) Traffic Portal - Delivery Service - Operation Role assign server to delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText(".ag-cell-value", "DSTest")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText(".ag-cell-value", "DSTest")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:201:87)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]     From: Task: Run it("assign server to delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:63:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:62:47)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 15) Traffic Portal - Delivery Service - Operation Role assign required capabilities to delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText("span", "optpdservice2acty")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText("span", "optpdservice2acty")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:155:55)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("assign required capabilities to delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:72:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:71:61)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 16) Traffic Portal - Delivery Service - Operation Role delete a delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText("span", "optpdservice1acty")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText("span", "optpdservice1acty")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:155:55)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("delete a delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:79:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:78:41)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 17) Traffic Portal - Delivery Service - Operation Role delete a delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText("span", "optpdservice2acty")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText("span", "optpdservice2acty")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:155:55)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("delete a delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:79:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:78:41)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 18) Traffic Portal - Delivery Service - Operation Role delete a delivery service
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: No element found using locator: by.cssContainingText("span", "optpdservice3acty")
   [chrome #01-5]   Stack:
   [chrome #01-5]     NoSuchElementError: No element found using locator: by.cssContainingText("span", "optpdservice3acty")
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:814:27
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at DeliveryServicePage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/DeliveryServicePage.po.ts:155:55)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/DeliveryServicePage.po.js:23:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("delete a delivery service") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:79:17
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:78:41)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 19) Traffic Portal - Delivery Service - Operation Role can close service menu tab
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: element click intercepted: Element <a href="javascript:void(0);">...</a> is not clickable at point (112, 239). Other element would receive the click: <div modal-render="true" tabindex="-1" role="dialog" class="modal fade ng-isolate-scope in" uib-modal-animation-class="fade" modal-in-class="in" ng-style="{'z-index': 1050 + index*10, display: 'block'}" uib-modal-window="modal-window" size="lg" index="0" animate="animate" modal-animation="true" style="z-index: 1050; display: block;">...</div>
   [chrome #01-5]       (Session info: headless chrome=96.0.4664.45)
   [chrome #01-5]     Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
   [chrome #01-5]     System info: host: 'pop-os', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.13.0-7620-generic', java.version: '1.8.0_292'
   [chrome #01-5]     Driver info: driver.version: unknown
   [chrome #01-5]   Stack:
   [chrome #01-5]     WebDriverError: element click intercepted: Element <a href="javascript:void(0);">...</a> is not clickable at point (112, 239). Other element would receive the click: <div modal-render="true" tabindex="-1" role="dialog" class="modal fade ng-isolate-scope in" uib-modal-animation-class="fade" modal-in-class="in" ng-style="{'z-index': 1050 + index*10, display: 'block'}" uib-modal-window="modal-window" size="lg" index="0" animate="animate" modal-animation="true" style="z-index: 1050; display: block;">...</div>
   [chrome #01-5]       (Session info: headless chrome=96.0.4664.45)
   [chrome #01-5]     Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
   [chrome #01-5]     System info: host: 'pop-os', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.13.0-7620-generic', java.version: '1.8.0_292'
   [chrome #01-5]     Driver info: driver.version: unknown
   [chrome #01-5]         at Object.checkLegacyResponse (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/error.js:546:15)
   [chrome #01-5]         at parseHttpResponse (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:509:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:441:30
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: WebElement.click()
   [chrome #01-5]         at thenableWebDriverProxy.schedule (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:807:17)
   [chrome #01-5]         at WebElement.schedule_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:2010:25)
   [chrome #01-5]         at WebElement.click (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:2092:17)
   [chrome #01-5]         at actionFn (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:89:44)
   [chrome #01-5]         at Array.map (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:461:65
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at SideNavigationPage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/SideNavigationPage.po.ts:70:32)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/SideNavigationPage.po.js:5:58)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("can close service menu tab") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:85:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 20) Traffic Portal - Delivery Service - Operation Role can logout
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: element click intercepted: Element <a title="Logout" ng-show="userLoaded" ng-click="logout()" uib-popover="Logout" popover-trigger="mouseenter">...</a> is not clickable at point (28, 1062). Other element would receive the click: <div modal-render="true" tabindex="-1" role="dialog" class="modal fade ng-isolate-scope in" uib-modal-animation-class="fade" modal-in-class="in" ng-style="{'z-index': 1050 + index*10, display: 'block'}" uib-modal-window="modal-window" size="lg" index="0" animate="animate" modal-animation="true" style="z-index: 1050; display: block;">...</div>
   [chrome #01-5]       (Session info: headless chrome=96.0.4664.45)
   [chrome #01-5]     Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
   [chrome #01-5]     System info: host: 'pop-os', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.13.0-7620-generic', java.version: '1.8.0_292'
   [chrome #01-5]     Driver info: driver.version: unknown
   [chrome #01-5]   Stack:
   [chrome #01-5]     WebDriverError: element click intercepted: Element <a title="Logout" ng-show="userLoaded" ng-click="logout()" uib-popover="Logout" popover-trigger="mouseenter">...</a> is not clickable at point (28, 1062). Other element would receive the click: <div modal-render="true" tabindex="-1" role="dialog" class="modal fade ng-isolate-scope in" uib-modal-animation-class="fade" modal-in-class="in" ng-style="{'z-index': 1050 + index*10, display: 'block'}" uib-modal-window="modal-window" size="lg" index="0" animate="animate" modal-animation="true" style="z-index: 1050; display: block;">...</div>
   [chrome #01-5]       (Session info: headless chrome=96.0.4664.45)
   [chrome #01-5]     Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
   [chrome #01-5]     System info: host: 'pop-os', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.13.0-7620-generic', java.version: '1.8.0_292'
   [chrome #01-5]     Driver info: driver.version: unknown
   [chrome #01-5]         at Object.checkLegacyResponse (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/error.js:546:15)
   [chrome #01-5]         at parseHttpResponse (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:509:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:441:30
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: WebElement.click()
   [chrome #01-5]         at thenableWebDriverProxy.schedule (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:807:17)
   [chrome #01-5]         at WebElement.schedule_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:2010:25)
   [chrome #01-5]         at WebElement.click (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver.js:2092:17)
   [chrome #01-5]         at actionFn (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:89:44)
   [chrome #01-5]         at Array.map (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:461:65
   [chrome #01-5]         at ManagedPromise.invokeCallback_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1376:14)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2927:27
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)Error
   [chrome #01-5]         at ElementArrayFinder.applyAction_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:459:27)
   [chrome #01-5]         at ElementArrayFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:91:29)
   [chrome #01-5]         at ElementFinder.<computed> [as click] (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/element.js:831:22)
   [chrome #01-5]         at TopNavigationPage.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/PageObjects/TopNavigationPage.po.ts:111:30)
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/TopNavigationPage.po.js:8:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/TopNavigationPage.po.js:4:12)
   [chrome #01-5]         at TopNavigationPage.Logout (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/PageObjects/TopNavigationPage.po.js:131:16)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:89:44
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:88:41)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:112:25
   [chrome #01-5]         at new ManagedPromise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:1077:7)
   [chrome #01-5]         at ControlFlow.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2505:12)
   [chrome #01-5]         at schedulerExecute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:95:18)
   [chrome #01-5]         at TaskQueue.execute_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3084:14)
   [chrome #01-5]         at TaskQueue.executeNext_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:3067:27)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2974:25
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("can logout") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:88:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:39:9
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:38:33
   [chrome #01-5]         at Generator.next (<anonymous>)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:26:71
   [chrome #01-5]         at new Promise (<anonymous>)
   [chrome #01-5]         at __awaiter (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/specs/DeliveryServices.spec.js:22:12)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:61
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:37:24)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 21) Clean up API for delivery service test Cleanup
   [chrome #01-5]   Message:
   [chrome #01-5]     Failed: UseAPI failed on Action DeleteDeliveryServices with index 5, and Data index 0: Failed to get id: Cannot read property 'id' of undefined
   [chrome #01-5]   Stack:
   [chrome #01-5]     Error: UseAPI failed on Action DeleteDeliveryServices with index 5, and Data index 0: Failed to get id: Cannot read property 'id' of undefined
   [chrome #01-5]         at API.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/CommonUtils/API.ts:356:31)
   [chrome #01-5]         at Generator.throw (<anonymous>)
   [chrome #01-5]         at rejected (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/GeneratedCode/CommonUtils/API.js:24:65)
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From: Task: Run it("Cleanup") in control flow
   [chrome #01-5]         at UserContext.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:94:19)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/jasminewd2/index.js:64:48
   [chrome #01-5]         at ControlFlow.emit (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/events.js:62:21)
   [chrome #01-5]         at ControlFlow.shutdown_ (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2674:10)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2599:53
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:2728:9
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/selenium-webdriver/lib/promise.js:668:7
   [chrome #01-5]         at runMicrotasks (<anonymous>)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:97:5)
   [chrome #01-5]     From asynchronous test: 
   [chrome #01-5]     Error
   [chrome #01-5]         at Suite.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:96:5)
   [chrome #01-5]         at Object.<anonymous> (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/specs/DeliveryServices.spec.ts:95:1)
   [chrome #01-5]         at Module._compile (internal/modules/cjs/loader.js:999:30)
   [chrome #01-5]         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
   [chrome #01-5]         at Module.load (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/node_modules/coffeescript/lib/coffee-script/register.js:45:36)
   [chrome #01-5]         at Function.Module._load (internal/modules/cjs/loader.js:708:14)
   [chrome #01-5]         at Module.require (internal/modules/cjs/loader.js:887:19)
   [chrome #01-5]         at require (internal/modules/cjs/helpers.js:74:18)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:93:5
   [chrome #01-5]         at Array.forEach (<anonymous>)
   [chrome #01-5]         at Jasmine.loadSpecs (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:92:18)
   [chrome #01-5]         at Jasmine.execute (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/jasmine/lib/jasmine.js:197:8)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:132:15
   [chrome #01-5]         at Function.promise (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:682:9)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/built/frameworks/jasmine.js:104:14
   [chrome #01-5]         at _fulfilled (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:834:54)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:863:30
   [chrome #01-5]         at Promise.promise.promiseDispatch (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:796:13)
   [chrome #01-5]         at /home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:604:44
   [chrome #01-5]         at runSingle (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:137:13)
   [chrome #01-5]         at flush (/home/ocket8888/src/github.com/apache/trafficcontrol/traffic_portal/test/integration/node_modules/protractor/node_modules/q/q.js:125:13)
   [chrome #01-5]         at processTicksAndRejections (internal/process/task_queues.js:79:11)
   [chrome #01-5] 
   [chrome #01-5] 37 specs, 21 failures
   [chrome #01-5] Finished in 108.227 seconds
   [chrome #01-5]
   ```
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org