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
ca2d993d64
commit
7f8997a68d
|
@ -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