159
159
<comment userInput =" child" stepKey =" replaceMe" />
160
160
</test >
161
161
162
- <test name =" ExtendedTestInSuiteParentTest " >
162
+ <test name =" ExtendedTestRelatedToSuiteParentTest " >
163
163
<annotations >
164
164
<severity value =" AVERAGE" />
165
- <title value =" ExtendedTestInSuiteParentTest " />
166
- <group value =" ExtendedTestInSuite " />
167
- <features value =" ExtendedTestInSuite " />
168
- <stories value =" ExtendedTestInSuite " />
165
+ <title value =" ExtendedTestRelatedToSuiteParentTest " />
166
+ <group value =" ExtendedTestRelatedToSuite " />
167
+ <features value =" ExtendedTestRelatedToSuiteParentTest " />
168
+ <stories value =" ExtendedTestRelatedToSuiteParentTest " />
169
169
</annotations >
170
170
<before >
171
171
<amOnPage url =" /beforeUrl" stepKey =" beforeAmOnPageKey" />
174
174
<amOnPage url =" /afterUrl" stepKey =" afterAmOnPageKey" />
175
175
</after >
176
176
<comment stepKey =" basicCommentWithNoData" userInput =" Parent Comment" />
177
+ <amOnPage url =" /url/in/parent" stepKey =" amOnPageInParent" />
177
178
</test >
178
179
179
- <test name =" ExtendedTestInSuiteChildTest" extends =" ExtendedTestInSuiteParentTest" >
180
+ <test name =" ExtendedChildTestInSuite" extends =" ExtendedTestRelatedToSuiteParentTest" >
181
+ <annotations >
182
+ <severity value =" MINOR" />
183
+ <title value =" ExtendedChildTestInSuite" />
184
+ <group value =" ExtendedTestInSuite" />
185
+ <features value =" ExtendedChildTestInSuite" />
186
+ <stories value =" ExtendedChildTestInSuite" />
187
+ </annotations >
188
+ <comment stepKey =" basicCommentWithNoData" userInput =" Different Input" />
189
+ <remove keyForRemoval =" amOnPageInParent" />
190
+ </test >
191
+ <test name =" ExtendedChildTestNotInSuite" extends =" ExtendedTestRelatedToSuiteParentTest" >
180
192
<annotations >
181
193
<severity value =" MINOR" />
182
- <title value =" ExtendedTestInSuiteChildTest" />
183
- <group value =" ExtendedTestInSuiteChildTest" />
184
- <features value =" ExtendedTestInSuiteChildTest" />
185
- <stories value =" ExtendedTestInSuiteChildTest" />
194
+ <title value =" ExtendedChildTestNotInSuite" />
195
+ <features value =" ExtendedChildTestNotInSuite" />
196
+ <stories value =" ExtendedChildTestNotInSuite" />
186
197
</annotations >
187
198
<comment stepKey =" basicCommentWithNoData" userInput =" Different Input" />
199
+ <remove keyForRemoval =" amOnPageInParent" />
188
200
</test >
189
201
</tests >
0 commit comments