Update peers show tests to look for serverAddresses tab

This commit is contained in:
wenincode 2022-10-13 13:06:11 -06:00
parent 09513e7ef2
commit 12a24a6d8c
1 changed files with 3 additions and 3 deletions

View File

@ -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
Then I don't see the "[data-test-addresses-empty]" element