Re-enable nodes in list feature test

This commit is contained in:
wenincode 2022-10-13 08:29:48 -06:00
parent 4218124b10
commit b8882a4447
1 changed files with 1 additions and 4 deletions

View File

@ -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 |