Commit 9e4d1c4f authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

small update to cypress test

parent 1ca05f08
Loading
Loading
Loading
Loading
+9 −14
Original line number Diff line number Diff line
@@ -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)
  }