ADd some extra tests to pick up on searching by two joined tags

This commit is contained in:
John Cowen 2018-07-18 18:07:56 +01:00
parent d510e1e6d3
commit 09a885dadd
1 changed files with 10 additions and 0 deletions

View File

@ -97,6 +97,11 @@ Feature: components / catalog-filter
s: monitor
---
And I see 2 [Model] models
Then I fill in with yaml
---
s: wallpix
---
And I see 0 [Model] models
Where:
-------------------------------------------------
| Model | Page | Url |
@ -156,3 +161,8 @@ Feature: components / catalog-filter
s: three
---
And I see 3 service models
Then I fill in with yaml
---
s: wothre
---
And I see 0 service models