blob: 1807ff35117bb8bf6548778fd359a16381e23948 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Element-Name: GoToNextFile
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _7fC30GYOEeacLsYYjZ3eXQ
Runtime-Version: 2.1.0.201605312320
Save-Time: 8/19/16 4:56 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
let [val review [create-review -server $serverURL]] {
openCompareEditor $review
}
with [get-editor "Compare.*"] {
assert-that-right-editor-content -is "Hello reviewers {community} !"
//Sort the list of files
get-tree | get-column-header "File Path" | click
get-button "Go to the next file.*" | click
assert-that-right-editor-content -is "Test commit message"
get-button "Go to the previous file.*" | click
assert-that-right-editor-content -is "Hello reviewers {community} !"
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--