mirror of https://github.com/status-im/consul.git
ADd some extra tests to pick up on searching by two joined tags
This commit is contained in:
parent
d510e1e6d3
commit
09a885dadd
|
@ -97,6 +97,11 @@ Feature: components / catalog-filter
|
||||||
s: monitor
|
s: monitor
|
||||||
---
|
---
|
||||||
And I see 2 [Model] models
|
And I see 2 [Model] models
|
||||||
|
Then I fill in with yaml
|
||||||
|
---
|
||||||
|
s: wallpix
|
||||||
|
---
|
||||||
|
And I see 0 [Model] models
|
||||||
Where:
|
Where:
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
| Model | Page | Url |
|
| Model | Page | Url |
|
||||||
|
@ -156,3 +161,8 @@ Feature: components / catalog-filter
|
||||||
s: three
|
s: three
|
||||||
---
|
---
|
||||||
And I see 3 service models
|
And I see 3 service models
|
||||||
|
Then I fill in with yaml
|
||||||
|
---
|
||||||
|
s: wothre
|
||||||
|
---
|
||||||
|
And I see 0 service models
|
||||||
|
|
Loading…
Reference in New Issue