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:
John Cowen 2018-09-13 09:10:18 +01:00 committed by GitHub
parent ca2d993d64
commit 7f8997a68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ Feature: dc / intentions / update: Intention Create
And I type "db" into ".ember-power-select-search-input"
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"
# Specifically set deny
And I click "[value=deny]"
And I submit
Then a POST request is made to "/v1/connect/intentions?dc=datacenter" with the body from yaml
---