transcendental-lisp/fitnesse/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWikiPageResponderTests/TestNavigationDefault/content.txt

26 lines
1.2 KiB
Plaintext

!3 Each page has links in the left rail. This test verifies the default set of links.
Create a page.
|Page creator. |
|Page name. |Page contents. |valid?|
|!-SomePage-!|any page at all|true |
Request the page
|Response Requester. |
|uri |valid?|contents?|
|!-SomePage-!|true | |
Examine the requested page to ensure the correct links are displayed in the correct order.
!| Response Examiner. |
|line |inOrder?|
|<li><a href="SomePage?edit" accesskey="e">Edit</a></li> |true |
|<li><a href="SomePage?properties" accesskey="p">Properties</a></li>|true |
|<li><a href="SomePage?whereUsed" accesskey="w">Where Used</a></li> |true |
|<li><a href="SomePage?versions" accesskey="v">Versions</a></li> |true |
|<a href="/files" accesskey="f">Files</a></li> |true |
|<li><a href="?search" accesskey="s">Search</a></li> |true |
|<li><a href="/RecentChanges" accesskey="">Recent Changes</a></li> |true |
|<a href="/FitNesse.UserGuide" accesskey="">User Guide</a></li> |true |