Make sure KV clicking is tested (WIP)

This commit is contained in:
John Cowen 2018-06-07 12:17:45 +01:00
parent ae2da814d8
commit 947417689f
1 changed files with 8 additions and 8 deletions

View File

@ -31,13 +31,13 @@ Feature: Page Navigation
When I click [Item] on the [Model] When I click [Item] on the [Model]
Then the url should be [Url] Then the url should be [Url]
Where: Where:
--------------------------------------------------- --------------------------------------------------------
| Item | Model | Url | | Item | Model | Url |
| service | services | /dc-1/services/service-0 | | service | services | /dc-1/services/service-0 |
| node | nodes | /dc-1/nodes/node-0 | | node | nodes | /dc-1/nodes/node-0 |
# | kv | kvs | /dc-1/kv/key-0 | | kv | kvs | /dc-1/kv/necessitatibus-0/edit |
| acl | acls | /dc-1/acls/anonymous | | acl | acls | /dc-1/acls/anonymous |
--------------------------------------------------- --------------------------------------------------------
@ignore @ignore
Scenario: Clicking a kv in the kvs listing Scenario: Clicking a kv in the kvs listing, without depending on the salt ^
Then ok Then ok