| Id: _20oJoJFcEeao6uC_QxpwZQ |
| Runtime-Version: 2.1.0.201605312320 |
| Save-Time: 1/13/17 4:16 PM |
| ------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac |
| let [val review [amend-review -review [create-review -server $serverURL]]] { |
| openCompareEditor $review |
| with [get-editor "Compare.*"] { |
| assert-that-left-selected-patch -is "Patch Set 2" |
| assert-that-right-selected-patch -is BASE |
| assert-that-left-editor-content -is "" |
| assert-that-right-editor-content -is "Hello reviewers {community} !" |
| get-editor "Compare.*" | get-button "Swap Left and Right View" | click |
| with [get-editor "Compare.*"] { |
| assert-that-left-selected-patch -is "Patch Set 2" |
| assert-that-right-selected-patch -is BASE |
| assert-that-right-editor-content -is "" |
| assert-that-left-editor-content -is "Hello reviewers {community} !" |
| get-editor "Compare.*" | get-button "Swap Left and Right View" | click |
| ------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac-- |