ui: Use a service-proxy to test service removal notification (#7315)

This commit is contained in:
John Cowen 2020-02-18 15:08:31 +00:00 committed by John Cowen
parent 8bb7a5aff9
commit 51bee897b7
1 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ Feature: dc / list-blocking
When I visit the [Page] page for yaml When I visit the [Page] page for yaml
--- ---
dc: dc-1 dc: dc-1
service: service-0 service: service-0-proxy
--- ---
Then the url should be /dc-1/[Url] Then the url should be /dc-1/[Url]
And pause until I see 3 [Model] models 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 an external edit results in 0 [Model] models
And pause until I see the text "deregistered" in "[data-notification]" And pause until I see the text "deregistered" in "[data-notification]"
Where: Where:
------------------------------------------------- -------------------------------------------------------
| Page | Model | Url | | Page | Model | Url |
| service | instance | services/service-0 | | service | instance | services/service-0-proxy |
------------------------------------------------- -------------------------------------------------------