mirror of https://github.com/status-im/consul.git
Update peers show tests to look for serverAddresses tab
This commit is contained in:
parent
09513e7ef2
commit
12a24a6d8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue