7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
!|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|
|