Loading test/cypress/integration/tests/scenario-exec-spec-mob-event-demo-app.js +9 −14 Original line number Diff line number Diff line Loading @@ -438,24 +438,19 @@ describe('Scenario Execution', function() { ueAppName = 'ue1-iperf'; ueAddressLabel = 'span[id="demo-svc-loc-serv-address-1"]'; ueLocationLabel = 'span[id="demo-svc-loc-serv-location-1"]'; } else { if (ue == 'ue2-ext') { } else if (ue == 'ue2-ext') { ueAppName = 'ue2-svc'; ueAddressLabel = 'span[id="demo-svc-loc-serv-address-2"]'; ueLocationLabel = 'span[id="demo-svc-loc-serv-location-2"]'; } } if (dest == 'zone1-poa1') { ueAppLocation = 'zone1 / zone1-poa1'; } else { if (dest == 'zone1-poa2') { } else if (dest == 'zone1-poa2') { ueAppLocation = 'zone1 / zone1-poa2'; } else { if (dest == 'zone2-poa1') { } else if (dest == 'zone2-poa1') { ueAppLocation = 'zone2 / zone2-poa1'; } } } cy.contains(ueLocationLabel, ueAppLocation) } Loading Loading
test/cypress/integration/tests/scenario-exec-spec-mob-event-demo-app.js +9 −14 Original line number Diff line number Diff line Loading @@ -438,24 +438,19 @@ describe('Scenario Execution', function() { ueAppName = 'ue1-iperf'; ueAddressLabel = 'span[id="demo-svc-loc-serv-address-1"]'; ueLocationLabel = 'span[id="demo-svc-loc-serv-location-1"]'; } else { if (ue == 'ue2-ext') { } else if (ue == 'ue2-ext') { ueAppName = 'ue2-svc'; ueAddressLabel = 'span[id="demo-svc-loc-serv-address-2"]'; ueLocationLabel = 'span[id="demo-svc-loc-serv-location-2"]'; } } if (dest == 'zone1-poa1') { ueAppLocation = 'zone1 / zone1-poa1'; } else { if (dest == 'zone1-poa2') { } else if (dest == 'zone1-poa2') { ueAppLocation = 'zone1 / zone1-poa2'; } else { if (dest == 'zone2-poa1') { } else if (dest == 'zone2-poa1') { ueAppLocation = 'zone2 / zone2-poa1'; } } } cy.contains(ueLocationLabel, ueAppLocation) } Loading