transcendental-lisp/fitnesse/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestContents/content.txt

12 lines
316 B
Plaintext

!3 !-!contents-!
Ensure the contents widget builds links to child pages.
!|script|
|given page|ParentPage|with content|!contents|
|given page|ParentPage.FirstChild|
|given page|ParentPage.SecondChild|
|page|ParentPage|should have link to|ParentPage.FirstChild|
|and it should have link to|ParentPage.SecondChild|