| Element-Name: ModifyDeleteDraft |
| Id: _fMMZYGpEEeaYodJQ29TS-A |
| Runtime-Version: 2.1.0.201605312320 |
| Save-Time: 12/8/16 10:16 AM |
| ------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac |
| let [val review [create-review -server $serverURL]] { |
| openCompareEditor $review |
| // Type a comment save it, and then modify it |
| with [get-editor "Compare.*"] { |
| insertComment -on right -text comment -atLine 1 -save |
| wait -ms $defaultWaitTime |
| insertComment -on right -text "hi " -atLine 3 -column 9 |
| assert-that-right-editor-content -is "hi comment" |
| assert-that-right-editor-content -is "hi comment" |
| with [get-editor "Compare.*"] { |
| with [get-right-editor] { |
| get-property text | contains "hi comment" | verify-false |
| get-property text | contains "hi comment" | verify-false |
| ------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac-- |