transcendental-lisp/fitnesse/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteResponderTests/AddChildResponderSuite/AddSuitePageTest/content.txt

7 lines
315 B
Plaintext
Raw Normal View History

!|script|
|given page|ParentPage|
|add child page|ChildPage|of type|Suite|containing|child content|to parent page|ParentPage|should return Redirect|
|page|ParentPage.ChildPage|should contain|child content|
|ensure|page|ParentPage.ChildPage|has attribute|Suite|
|reject|page|ParentPage.ChildPage|has attribute|Test|