diff --git a/ui-v2/tests/acceptance/components/catalog-filter.feature b/ui-v2/tests/acceptance/components/catalog-filter.feature index 962edec41..71900bcfe 100644 --- a/ui-v2/tests/acceptance/components/catalog-filter.feature +++ b/ui-v2/tests/acceptance/components/catalog-filter.feature @@ -87,6 +87,16 @@ Feature: components / catalog-filter --- And I see 1 [Model] model And I see 1 [Model] model with the id "service-0-with-id" + Then I fill in with yaml + --- + s: hard drive + --- + And I see 1 [Model] model with the name "[Model]-1" + Then I fill in with yaml + --- + s: monitor + --- + And I see 2 [Model] models Where: ------------------------------------------------- | Model | Page | Url | @@ -117,3 +127,32 @@ Feature: components / catalog-filter | Model | Page | Url | | nodes | service | /dc-1/services/service-0 | ------------------------------------------------- + Scenario: + Given 1 datacenter model with the value "dc-1" + And 3 service models from yaml + --- + - Tags: ['one', 'two', 'three'] + - Tags: ['two', 'three'] + - Tags: ['three'] + --- + When I visit the services page for yaml + --- + dc: dc-1 + --- + Then the url should be /dc-1/services + Then I see 3 service models + Then I fill in with yaml + --- + s: one + --- + And I see 1 service model with the name "service-0" + Then I fill in with yaml + --- + s: two + --- + And I see 2 service models + Then I fill in with yaml + --- + s: three + --- + And I see 3 service models diff --git a/ui-v2/tests/pages/dc/nodes/show.js b/ui-v2/tests/pages/dc/nodes/show.js index 01bfc7737..db1bdf0db 100644 --- a/ui-v2/tests/pages/dc/nodes/show.js +++ b/ui-v2/tests/pages/dc/nodes/show.js @@ -7,6 +7,7 @@ export default function(visitable, deletable, clickable, attribute, collection, }), services: collection('#services [data-test-tabular-row]', { id: attribute('data-test-service-id', '[data-test-service-id]'), + name: attribute('data-test-service-name', '[data-test-service-name]'), port: attribute('data-test-service-port', '.port'), }), sessions: collection(