blob: e75e1452789b7dd3cf728c719bcefbbfdc390bc4 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Element-Name: OpenReviewEditor
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _W-G1wGuFEea6IpDGk_8D6A
Runtime-Version: 2.1.0.201605312320
Save-Time: 8/26/16 5:33 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
get-editor "Compare.*" | get-button "Open review editor.*" | click
get-editor "Compare.*" | close
with [get-editor] {
with [get-tab-folder] {
get-tab-item Messages | click
//Check that there is a link with the name of the changeId. If it did not exist, it would fail
get-link [concat "<a>" [$review | get lastChangeId ]"</a>"]
}
}
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--