transcendental-lisp/fitnesse/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteEditResponderTests/TestEditNewPage/content.txt

10 lines
398 B
Plaintext
Raw Normal View History

!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" |