From aac0406cb322e0a6a7f2f194f5566db6aeee5e89 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 4 Sep 2019 10:13:43 +0100 Subject: [PATCH] ui: Fix metaData test as result of new consul-api-double (#6436) --- ui-v2/tests/acceptance/dc/services/instances/show.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui-v2/tests/acceptance/dc/services/instances/show.feature b/ui-v2/tests/acceptance/dc/services/instances/show.feature index a876652eb..f08857d38 100644 --- a/ui-v2/tests/acceptance/dc/services/instances/show.feature +++ b/ui-v2/tests/acceptance/dc/services/instances/show.feature @@ -14,7 +14,9 @@ Feature: dc / services / instances / show: Show Service Instance ID: service-0-with-id Tags: ['Tag1', 'Tag2'] Meta: + consul-dashboard-url: http://url.com external-source: nomad + test-meta: test-meta-value Node: Node: another-node Checks: @@ -77,7 +79,7 @@ Feature: dc / services / instances / show: Show Service Instance When I click metaData on the tabs And I see metaDataIsSelected on the tabs - And I see 1 of the metaData object + And I see 3 of the metaData object Scenario: A Service instance warns when deregistered whilst blocking Given settings from yaml