4be0f6c061
* ui: Make API integration tests aware of CONSUL_NSPACES_ENABLED * ui: Allow passing CONSUL_NSPACES_ENABLED in via the cli in ember * ui: Add more makefile targets/package scripts to switch NSPACEs on/off * ui: Ensure all acceptance tests continue to pass with NSPACEs on/off This required a little tweaking of the dictionary, at some point page-navigation and some of these little tweaks will no longer be required * ui: Try running CI frontend tests in two parellel runs oss/ent * ui: Use correct make target, use different names for the reports
16 lines
399 B
Gherkin
16 lines
399 B
Gherkin
@setupApplicationTest
|
|
@onlyNamespaceable
|
|
Feature: dc / acls / nspaces / create
|
|
Scenario:
|
|
Given 1 datacenter model with the value "datacenter"
|
|
When I visit the nspace page for yaml
|
|
---
|
|
dc: datacenter
|
|
---
|
|
Then the url should be /datacenter/namespaces/create
|
|
And the title should be "New Namespace - Consul"
|
|
|
|
@ignore
|
|
Scenario: Test we can create a Namespace
|
|
Then ok
|