From 51bee897b7d6cd6ab51e025a0e418abdcf923f56 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Tue, 18 Feb 2020 15:08:31 +0000 Subject: [PATCH] ui: Use a service-proxy to test service removal notification (#7315) --- ui-v2/tests/acceptance/dc/list-blocking.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui-v2/tests/acceptance/dc/list-blocking.feature b/ui-v2/tests/acceptance/dc/list-blocking.feature index 5e2a0268e..be51dd307 100644 --- a/ui-v2/tests/acceptance/dc/list-blocking.feature +++ b/ui-v2/tests/acceptance/dc/list-blocking.feature @@ -33,7 +33,7 @@ Feature: dc / list-blocking When I visit the [Page] page for yaml --- dc: dc-1 - service: service-0 + service: service-0-proxy --- Then the url should be /dc-1/[Url] And pause until I see 3 [Model] models @@ -44,7 +44,7 @@ Feature: dc / list-blocking And an external edit results in 0 [Model] models And pause until I see the text "deregistered" in "[data-notification]" Where: - ------------------------------------------------- - | Page | Model | Url | - | service | instance | services/service-0 | - ------------------------------------------------- + ------------------------------------------------------- + | Page | Model | Url | + | service | instance | services/service-0-proxy | + -------------------------------------------------------