From 12a24a6d8c99190ffeda34d74378af6ac2a90e6b Mon Sep 17 00:00:00 2001 From: wenincode Date: Thu, 13 Oct 2022 13:06:11 -0600 Subject: [PATCH] Update peers show tests to look for serverAddresses tab --- .../consul-ui/tests/acceptance/dc/peers/show.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/packages/consul-ui/tests/acceptance/dc/peers/show.feature b/ui/packages/consul-ui/tests/acceptance/dc/peers/show.feature index 4fc7f74056..ee1297a03e 100644 --- a/ui/packages/consul-ui/tests/acceptance/dc/peers/show.feature +++ b/ui/packages/consul-ui/tests/acceptance/dc/peers/show.feature @@ -18,7 +18,7 @@ Feature: dc / peers / show: Peers show Then the url should be /dc-1/peers/a-peer/imported-services Then I see importedServicesIsVisible on the tabs And I see exportedServicesIsVisible on the tabs - And I don't see addressesIsVisible on the tabs + And I don't see serverAddressesIsVisible on the tabs Scenario: Receiver side tabs And 1 datacenter model with the value "dc-1" @@ -38,7 +38,7 @@ Feature: dc / peers / show: Peers show Then the url should be /dc-1/peers/a-peer/imported-services Then I see importedServicesIsVisible on the tabs And I see exportedServicesIsVisible on the tabs - And I see addressesIsVisible on the tabs + And I see serverAddressesIsVisible on the tabs Scenario: Imported Services Empty And 1 datacenter model with the value "dc-1" @@ -133,4 +133,4 @@ Feature: dc / peers / show: Peers show dc: dc-1 peer: a-peer --- - Then I don't see the "[data-test-addresses-empty]" element \ No newline at end of file + Then I don't see the "[data-test-addresses-empty]" element