BDD: Stories which really matter
Scenario: Edit String Property Field
!--
Given I am logged in
And there is a document type DT with a rendered property P of type String
When I create a document of document type DT
And I enter some text T into property P
Then the preview will update to contain text T
Scenario: Edit String Property Field
!--
Given I am logged in
When I create document A of type Article
And I enter some text T into property Title
Then the preview will update to contain text T