Make sure the updated tag view doesn't break the tests

This commit is contained in:
John Cowen 2018-06-20 15:26:22 +01:00
parent d64528665d
commit 5dd79165b8
1 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,8 @@ Feature: dc / services / show: Show Service
dc: dc1 dc: dc1
service: service-0 service: service-0
--- ---
Then I see the text "Tag1, Tag2, Tag3" in "[data-test-tags]" Then I see the text "Tag1" in "[data-test-tags] span:nth-child(1)"
Then ok 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