Sha256: c5a86f1c0af062051b9905b154f078036b764259c1f4b0db2d2830ecdd6b67c4
Contents?: true
Size: 472 Bytes
Versions: 8
Compression:
Stored size: 472 Bytes
Contents
!2 Test editing an existent page. The form should have a normal header, an edit area filled with the current contents of the page, and a save button. ---- !|script| |given page|SomePage|with content|some content| |the edit response should contain|SomePage| |and should match|<textarea.*>some content</textarea>| |and should match|<form.*>| |and should match|action="SomePage"| |and should match|<input.*>| |and should match|type="submit"| |and should match|value="Save"|
Version data entries
8 entries across 8 versions & 1 rubygems