Make sure the updated tag view doesn't break the tests
This commit is contained in:
parent
d64528665d
commit
5dd79165b8
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue