Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSlimTests/ScenarioLibraryTestSuite/ManyUnclesAreIncluded/content.txt 453 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
!|script|
|create page|GrandParentPage|with content||
|create page|GrandParentPage.ParentPage|with content||
|create page|ScenarioLibrary|with content|grand uncle|
|create page|GrandParentPage.ScenarioLibrary|with content|uncle|
|create page|GrandParentPage.ParentPage.ScenarioLibrary|with content|brother|
|given slim test page|GrandParentPage.ParentPage.TestPage|
|it should contain|brother|
|it should contain|uncle|
|it should contain|grand uncle|