159159 <comment userInput =" child" stepKey =" replaceMe" />
160160 </test >
161161
162- <test name =" ExtendedTestInSuiteParentTest " >
162+ <test name =" ExtendedTestRelatedToSuiteParentTest " >
163163 <annotations >
164164 <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 " />
169169 </annotations >
170170 <before >
171171 <amOnPage url =" /beforeUrl" stepKey =" beforeAmOnPageKey" />
174174 <amOnPage url =" /afterUrl" stepKey =" afterAmOnPageKey" />
175175 </after >
176176 <comment stepKey =" basicCommentWithNoData" userInput =" Parent Comment" />
177+ <amOnPage url =" /url/in/parent" stepKey =" amOnPageInParent" />
177178 </test >
178179
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" >
180192 <annotations >
181193 <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" />
186197 </annotations >
187198 <comment stepKey =" basicCommentWithNoData" userInput =" Different Input" />
199+ <remove keyForRemoval =" amOnPageInParent" />
188200 </test >
189201</tests >
0 commit comments