Skip to content

Commit

Permalink
ui: Use a service-proxy to test service removal notification (#7315)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncowen authored and kaxcode committed May 11, 2020
1 parent e2b2eeb commit 619790c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui-v2/tests/acceptance/dc/list-blocking.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 |
-------------------------------------------------------

0 comments on commit 619790c

Please sign in to comment.