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