mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Fix peering regenerate test
* only dialers will show a regenerate token action * add test that receivers won't show regenerate action
This commit is contained in:
parent
491de53154
commit
6b34e3e91a
@ -6,6 +6,8 @@ Feature: dc / peers / regenerate: Regenerate Peer Token
|
|||||||
---
|
---
|
||||||
Name: peer-name
|
Name: peer-name
|
||||||
State: ACTIVE
|
State: ACTIVE
|
||||||
|
# dialer does not have a PeerID
|
||||||
|
PeerID: null
|
||||||
---
|
---
|
||||||
And the url "/v1/peering/token" responds with from yaml
|
And the url "/v1/peering/token" responds with from yaml
|
||||||
---
|
---
|
||||||
@ -19,3 +21,19 @@ Feature: dc / peers / regenerate: Regenerate Peer Token
|
|||||||
And I click actions on the peers
|
And I click actions on the peers
|
||||||
And I click regenerate on the peers
|
And I click regenerate on the peers
|
||||||
Then I see the text "an-encoded-token" in ".consul-peer-form-generate code"
|
Then I see the text "an-encoded-token" in ".consul-peer-form-generate code"
|
||||||
|
|
||||||
|
Scenario:
|
||||||
|
Given 1 datacenter model with the value "datacenter"
|
||||||
|
And 1 peer model from yaml
|
||||||
|
---
|
||||||
|
Name: peer-name
|
||||||
|
State: ACTIVE
|
||||||
|
# receiver holds a PeerID
|
||||||
|
PeerID: some-id
|
||||||
|
---
|
||||||
|
When I visit the peers page for yaml
|
||||||
|
---
|
||||||
|
dc: datacenter
|
||||||
|
---
|
||||||
|
And I click actions on the peers
|
||||||
|
Then I don't see regenerate on peers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user