transcendental-lisp/fitnesse/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWikiImportTests/TestPropertiesPageHasUpdate.../content.txt

28 lines
885 B
Plaintext
Raw Normal View History

!c !3 Import Update Form on Properties Page
Once a page has been updated, it no longer has the Wiki Import form. Instead is has a Wiki Import Update form. Essentially it is just one button that will update the imported pages.
First we need a page.
!|Page creator.|
|Page name. |Page contents.|valid?|
|ImportingPage|!contents |true |
Import the !-SampleWiki-!.
!|Response Requester.|
|uri |valid?|
|ImportingPage?responder=import&remoteUrl=http://localhost:9123/SampleWiki|true|
Request the properties view of this page.
!|Response Requester.|
|uri |valid?|
|ImportingPage?properties|true|
Now lets look at the form.
!|Response Examiner|
|type|pattern|matches?|wrapped html?|
|contents|Wiki Import Update|true||
!|Response Examiner|
|type|pattern|matches?|
|contents|<input .* name="remoteUrl"|false|
|contents|<input .* type="submit" .* value="Update Subpages"|true|