455dfe0a1b
* Add model layer support for filtering intentions by service * Add Route, Controller and template for services.show.intentions tab We are still loading the intentions themselves in the parent Route for the moment * Load the intentions in in the parent route for the moment * Temporarily add support for returning to history -1 Once we have an intention form underneath the service/intention tab this will no longer be needed * Add the new tab and enable blocking queries for it * Add some further acceptance testing around intention listings
13 lines
384 B
Gherkin
13 lines
384 B
Gherkin
@setupApplicationTest
|
|
Feature: dc / intentions / index
|
|
Scenario: Viewing intentions in the listing
|
|
Given 1 datacenter model with the value "dc-1"
|
|
And 3 intention models
|
|
When I visit the intentions page for yaml
|
|
---
|
|
dc: dc-1
|
|
---
|
|
Then the url should be /dc-1/intentions
|
|
And the title should be "Intentions - Consul"
|
|
Then I see 3 intention models
|