This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 0bfe30b Fix t3c to invalidate cache if req keys change (#6327)
add c147610 Migrate Delivery Service Request from E2E to integrated
(#6352)
No new revisions were added by this update.
Summary of changes:
.../integration/Data/deliveryservicerequest.ts | 76 ++++++++++++
.../PageObjects/DeliveryServiceRequestPage.po.ts | 132 +++++++++++++++++++++
.../specs/DeliveryServiceRequest.spec.ts | 85 +++++++++++++
3 files changed, 293 insertions(+)
create mode 100644
traffic_portal/test/integration/Data/deliveryservicerequest.ts
create mode 100644
traffic_portal/test/integration/PageObjects/DeliveryServiceRequestPage.po.ts
create mode 100644
traffic_portal/test/integration/specs/DeliveryServiceRequest.spec.ts