FitNesse. SuiteAcceptanceTests. SuiteWikiPageResponderTests.
TestNote [add child]

 Set Up: .FitNesse.SuiteAcceptanceTests.SetUp (edit)

This page tests notes.

A note is created using the !note widget as follows
!note this is a note.
The restuling text will be rendered in a small, grey, centered font.
Action Fixture.
start Page Builder
enter line !note hello
enter page NotePage
Response Requester.
uri valid? contents?
NotePage true  
Response Examiner
type string?
contents <span class="note">hello</span><br>

Response Examiner.
type pattern matches? value
contents hello true