mirror of https://github.com/status-im/consul.git
Re-enable nodes in list feature test
This commit is contained in:
parent
4218124b10
commit
b8882a4447
|
@ -1,7 +1,4 @@
|
|||
@setupApplicationTest
|
||||
# Nodes have been removed from this list because they randomly get
|
||||
# assigned the synthetic-node property which filters them out of the list page.
|
||||
# We are already testing the nodes being listed in the nodes index feature test.
|
||||
Feature: dc / list: List Models
|
||||
Scenario: Listing [Model]
|
||||
Given 1 datacenter model with the value "dc-1"
|
||||
|
@ -16,7 +13,7 @@ Feature: dc / list: List Models
|
|||
Where:
|
||||
-------------------------------------------------
|
||||
| Model | Page | Url |
|
||||
# | node | nodes | /dc-1/nodes |
|
||||
| node | nodes | /dc-1/nodes |
|
||||
| kv | kvs | /dc-1/kv |
|
||||
# | acl | acls | /dc-1/acls |
|
||||
| token | tokens | /dc-1/acls/tokens |
|
||||
|
|
Loading…
Reference in New Issue