mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Add a test for searching by token
This commit is contained in:
parent
005fbcd149
commit
53b6e20040
@ -1,5 +1,8 @@
|
|||||||
@setupApplicationTest
|
@setupApplicationTest
|
||||||
Feature: Acl Filter
|
Feature: dc / components /acl filter: Acl Filter
|
||||||
|
In order to find the acl token I'm looking for easier
|
||||||
|
As a user
|
||||||
|
I should be able to filter by type and freetext search tokens by name and token
|
||||||
Scenario: Filtering [Model]
|
Scenario: Filtering [Model]
|
||||||
Given 1 datacenter model with the value "dc-1"
|
Given 1 datacenter model with the value "dc-1"
|
||||||
And 2 [Model] models
|
And 2 [Model] models
|
||||||
@ -27,6 +30,11 @@ Feature: Acl Filter
|
|||||||
s: Anonymous Token
|
s: Anonymous Token
|
||||||
---
|
---
|
||||||
And I see 1 [Model] model with the name "Anonymous Token"
|
And I see 1 [Model] model with the name "Anonymous Token"
|
||||||
|
Then I type with yaml
|
||||||
|
---
|
||||||
|
s: secret
|
||||||
|
---
|
||||||
|
And I see 1 [Model] model with the name "Master Token"
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user