Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteEditResponderTests/TestUserNameSaved/content.txt 274 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
The username is saved when a page is edited.  It is visible through use of the !-!lastmodified-! widget.

!|script|
|save page|MyPage|with contents|!lastModified|
|it should not contain|bob|
|save page|MyPage|with contents|!lastmodified|by user|bob|
|it should contain|bob|