
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteWikiImportTests.ScenarioLibrary.content.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
!|scenario|given editable page|page|
|create page|@page|with authentication|Edit|
|$IT=|echo|@page|
!|scenario|import|importedPage|into|importingPage|
|check|request page|@importingPage?responder=import&remoteUrl=http://localhost:${INTERNAL_PORT}/@importedPage|200|
!|scenario|Water mark and edit buttons should be on page|page|
|check|request page|@page?properties|200|
|show|content|
|check|request page|@page|200|
|show|content|
|ensure|content matches||
|ensure|content matches|Edit Locally|
|ensure|content matches|Edit Remotely|
!|scenario|Water mark and edit buttons should not be on page|page|
|check|request page|@page|200|
|reject|content matches||
|reject|content matches|Edit Locally|
|reject|content matches|Edit Remotely|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy