@@ -4,7 +4,7 @@ Feature: Topics page visibility and functions
44 Given Topics is visible
55 When click on Topics link
66 Given Topics Serchfield visible
7- And Topics ShowInternalTopics visible
7+ And Topics ShowInternalTopics visible
88 And Topics AddATopic visible
99 And Topics DeleteSelectedTopics active is: "false"
1010 And Topics CopySelectedTopic active is: "false"
@@ -18,15 +18,15 @@ Feature: Topics page visibility and functions
1818 Given Topics DeleteSelectedTopics active is: "false"
1919 And Topics CopySelectedTopic active is: "false"
2020 And Topics PurgeMessagesOfSelectedTopics active is: "false"
21- When Topics serchfield input "SomeTopic "
22- Then Topic named: "SomeTopic " visible is: "true"
21+ When Topics serchfield input "users "
22+ Then Topic named: "users " visible is: "true"
2323 When Topic serchfield input cleared
24- Then Topic named: "SomeTopic " visible is: "true"
25- When Topic row named: "SomeTopic " checked is: "true"
24+ Then Topic named: "users " visible is: "true"
25+ When Topic row named: "users " checked is: "true"
2626 Given Topics DeleteSelectedTopics active is: "true"
2727 And Topics CopySelectedTopic active is: "true"
28- And Topics PurgeMessagesOfSelectedTopics active is: "true"
29- When Topic row named: "SomeTopic " checked is: "false"
28+ And Topics PurgeMessagesOfSelectedTopics active is: "true"
29+ When Topic row named: "users " checked is: "false"
3030 Given Topics DeleteSelectedTopics active is: "false"
3131 And Topics CopySelectedTopic active is: "false"
3232 And Topics PurgeMessagesOfSelectedTopics active is: "false"
@@ -41,6 +41,6 @@ Feature: Topics page visibility and functions
4141 Then Topic named: "__consumer_offsets" visible is: "false"
4242 When Topics ShowInternalTopics switched is: "true"
4343 Then Topic named: "__consumer_offsets" visible is: "true"
44- When Topics serchfield input "SomeTopic "
45- Then Topic named: "SomeTopic " visible is: "true"
44+ When Topics serchfield input "users "
45+ Then Topic named: "users " visible is: "true"
4646
0 commit comments