@@ -47,18 +47,18 @@ Feature: Produce Messages page
47
47
When TopicCreate Time to retain data one day
48
48
When TopicCreate Create topic clicked
49
49
Then Header starts with: "ANewAutoTopic"
50
- Given TopicName menu button clicked
50
+ Given TopicName menu button clicked for topic starts with: "ANewAutoTopic"
51
51
Then TopicNameMenu clear messages active is: "true"
52
52
When TopicNameMenu edit settings clicked
53
53
When TopicName cleanup policy set to: "Compact"
54
54
When TopicName UpdateTopic button clicked
55
55
Then Header starts with: "ANewAutoTopic"
56
- Given TopicName menu button clicked
57
- When TopicNameMenu edit settings clicked
56
+ Given TopicName menu button clicked for topic starts with: "ANewAutoTopic"
57
+ When TopicNameMenu edit settings clicked
58
58
When TopicName cleanup policy set to: "Delete"
59
59
When TopicName UpdateTopic button clicked
60
60
Then Header starts with: "ANewAutoTopic"
61
- Given TopicName menu button clicked
61
+ Given TopicName menu button clicked for topic starts with: "ANewAutoTopic"
62
62
Then TopicNameMenu clear messages active is: "true"
63
63
64
64
Scenario : Produce messages clear messages
@@ -103,7 +103,7 @@ Feature: Produce Messages page
103
103
Given ProduceMessage Headers input key is: "headerKey4" , value is: "headerValue4"
104
104
Given ProduceMessage Produce Message button clicked
105
105
Then TopicName messages count is "2"
106
- When TopicName menu button clicked
106
+ When TopicName menu button clicked for topic starts with: "ANewAutoTopic"
107
107
When TopicName menu clear messages clicked
108
108
Then TopicName messages count is "0"
109
109
Given Produce message clicked
@@ -118,7 +118,7 @@ Feature: Produce Messages page
118
118
Given ProduceMessage Headers input key is: "headerKey6" , value is: "headerValue6"
119
119
Given ProduceMessage Produce Message button clicked
120
120
Then TopicName messages count is "2"
121
- When TopicName menu button clicked
121
+ When TopicName menu button clicked for topic starts with: "ANewAutoTopic"
122
122
When TopicName menu RecreateTopic clicked
123
123
Then TopicName messages count is "0"
124
124
Given Produce message clicked
@@ -161,6 +161,3 @@ Feature: Produce Messages page
161
161
162
162
Then Topics TopicName Messages filter name starts with: "Filter" visible is: "true"
163
163
Then Topics TopicName Messages exist is: "false"
164
-
165
-
166
-
0 commit comments