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:9123/@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 | <body class="imported"> | |
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 | <body class="imported"> | |
reject | content matches | Edit Locally | |
reject | content matches | Edit Remotely |
Keyboard Shortcuts ?
General
- t Test page or suite
- e Edit page
- v View page (after test)
- a Add new page
Go To
- g u User Guide
- g q Quick Reference Guide
- g f Full Reference Guide
- g c Recent Changes
Edit Mode
- CTRL+s Save page
- ESC Cancel edit
Tools
- p Properties
- w Where used?
- AK+v Versions
- AK+h Page History
- / Focus on search bar
- s Open search page