Browse Source

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

pull/4383/head
John Cowen 6 years ago
parent
commit
09a885dadd
  1. 10
      ui-v2/tests/acceptance/components/catalog-filter.feature

10
ui-v2/tests/acceptance/components/catalog-filter.feature

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

Loading…
Cancel
Save