mirror of https://github.com/status-im/consul.git
ui: Test bugfix. Specifically set deny for intention creation (#4663)
Make sure we speficially set and test for deny on testing intention creation
This commit is contained in:
parent
5bb38f6ab5
commit
eb218ab93f
|
@ -20,6 +20,8 @@ Feature: dc / intentions / update: Intention Create
|
||||||
And I type "db" into ".ember-power-select-search-input"
|
And I type "db" into ".ember-power-select-search-input"
|
||||||
And I click ".ember-power-select-option:first-child"
|
And I click ".ember-power-select-option:first-child"
|
||||||
Then I see the text "db" in "[data-test-destination-element] .ember-power-select-selected-item"
|
Then I see the text "db" in "[data-test-destination-element] .ember-power-select-selected-item"
|
||||||
|
# Specifically set deny
|
||||||
|
And I click "[value=deny]"
|
||||||
And I submit
|
And I submit
|
||||||
Then a POST request is made to "/v1/connect/intentions?dc=datacenter" with the body from yaml
|
Then a POST request is made to "/v1/connect/intentions?dc=datacenter" with the body from yaml
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue