Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteEditResponderTests/TestEditNewPage/content.txt 398 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
!2 Test editing a non-existent page.
The form should have a normal header, a blank edit area, a save button.

!|script                                      |
|attempt to edit |SomeNonExistentPage         |
|and should match|<textarea.*></textarea>     |
|and should match|<form.*>                    |
|and should match|action="SomeNonExistentPage"|
|and should match|type="submit"               |