mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 02:29:09 +00:00
eb35d89893
* 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
21 lines
588 B
Gherkin
21 lines
588 B
Gherkin
@onlyNamespaceable
|
|
@setupApplicationTest
|
|
Feature: dc / acls / policies / as many / nspaces: As many for nspaces
|
|
Scenario:
|
|
Given 1 datacenter model with the value "datacenter"
|
|
And 1 nspace model from yaml
|
|
---
|
|
Name: key
|
|
ACLs:
|
|
PolicyDefaults: ~
|
|
RoleDefaults: ~
|
|
---
|
|
When I visit the nspace page for yaml
|
|
---
|
|
dc: datacenter
|
|
namespace: key
|
|
---
|
|
Then the url should be /datacenter/namespaces/key
|
|
And I click policies.create
|
|
And I don't see the "#policies [data-test-radiobutton=template_service-identity]" element
|