ui: Use a service-proxy to test service removal notification (#7315)
This commit is contained in:
parent
8bb7a5aff9
commit
51bee897b7
|
@ -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 |
|
||||||
-------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue