2020-04-08 17:09:36 +00:00
|
|
|
@setupApplicationTest
|
|
|
|
Feature: dc / services / list
|
|
|
|
Scenario: Listing service
|
|
|
|
Given 1 datacenter model with the value "dc-1"
|
2020-05-05 16:29:51 +00:00
|
|
|
And 3 service models from yaml
|
2020-04-08 17:09:36 +00:00
|
|
|
---
|
|
|
|
- Name: Service-0
|
2020-05-05 16:29:51 +00:00
|
|
|
Kind: ~
|
2020-04-08 17:09:36 +00:00
|
|
|
- Name: Service-1
|
2020-05-05 16:29:51 +00:00
|
|
|
Kind: ~
|
2020-04-08 17:09:36 +00:00
|
|
|
- Name: Service-2
|
2020-05-05 16:29:51 +00:00
|
|
|
Kind: ~
|
2020-04-08 17:09:36 +00:00
|
|
|
---
|
|
|
|
When I visit the services page for yaml
|
|
|
|
---
|
|
|
|
dc: dc-1
|
|
|
|
---
|
|
|
|
Then the url should be /dc-1/services
|
|
|
|
|
|
|
|
Then I see 3 service models
|