From 3161cf0c7d93c012782fc35bf41ac1e90b0e7eef Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 20 Jun 2018 15:26:22 +0100 Subject: [PATCH] Make sure the updated tag view doesn't break the tests --- ui-v2/tests/acceptance/dc/services/show.feature | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui-v2/tests/acceptance/dc/services/show.feature b/ui-v2/tests/acceptance/dc/services/show.feature index 29daba7b64..78e2554a35 100644 --- a/ui-v2/tests/acceptance/dc/services/show.feature +++ b/ui-v2/tests/acceptance/dc/services/show.feature @@ -17,6 +17,8 @@ Feature: dc / services / show: Show Service dc: dc1 service: service-0 --- - Then I see the text "Tag1, Tag2, Tag3" in "[data-test-tags]" - Then ok + Then I see the text "Tag1" in "[data-test-tags] span:nth-child(1)" + Then I see the text "Tag2" in "[data-test-tags] span:nth-child(2)" + Then I see the text "Tag3" in "[data-test-tags] span:nth-child(3)" + Then pause for 5000