This is an automated email from the ASF dual-hosted git repository.

elsloo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 124f2be  fixes UI tests that broke due to PR#3361
124f2be is described below

commit 124f2beb4ba2f38af6f90da862ef76153fe0fd97
Author: Jeremy Mitchell <[email protected]>
AuthorDate: Mon Mar 11 15:35:08 2019 -0600

    fixes UI tests that broke due to PR#3361
---
 .../DeliveryServiceRequests/delivery-service-requests-spec.js         | 4 ++--
 .../test/end_to_end/DeliveryServices/delivery-services-spec.js        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/traffic_portal/test/end_to_end/DeliveryServiceRequests/delivery-service-requests-spec.js
 
b/traffic_portal/test/end_to_end/DeliveryServiceRequests/delivery-service-requests-spec.js
index 5998774..988792d 100644
--- 
a/traffic_portal/test/end_to_end/DeliveryServiceRequests/delivery-service-requests-spec.js
+++ 
b/traffic_portal/test/end_to_end/DeliveryServiceRequests/delivery-service-requests-spec.js
@@ -26,8 +26,8 @@ describe('Traffic Portal Delivery Service Requests', 
function() {
        var commonFunctions = new cfunc();
        var mockVals = {
                dsType: ["ANY MAP", "DNS", "HTTP", "STEERING"],
-               active: "true",
-               xmlId: "thisIsOnlyADSTest",
+               active: "Active",
+               xmlId: "thisisonlyadstest",
                displayName: "dsTest",
                orgServerFqdn: "http://dstest.com";,
                longDesc: "This is only a test that should be disposed of by 
Automated UI Testing.",
diff --git 
a/traffic_portal/test/end_to_end/DeliveryServices/delivery-services-spec.js 
b/traffic_portal/test/end_to_end/DeliveryServices/delivery-services-spec.js
index 83a0378..cd463df 100644
--- a/traffic_portal/test/end_to_end/DeliveryServices/delivery-services-spec.js
+++ b/traffic_portal/test/end_to_end/DeliveryServices/delivery-services-spec.js
@@ -26,8 +26,8 @@ describe('Traffic Portal Delivery Services Suite', function() 
{
        var commonFunctions = new cfunc();
        var mockVals = {
                dsType: ["ANY MAP", "DNS", "HTTP", "STEERING"],
-               active: "true",
-               xmlId: "thisIsOnlyATest",
+               active: "Active",
+               xmlId: "thisisonlyatest",
                displayName: "dsTest",
                orgServerFqdn: "http://dstest.com";,
                longDesc: "This is only a test that should be disposed of by 
Automated UI Testing."

Reply via email to