blob: d390d2910f712629ac42a277d28fbb1db71602b0 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Element-Name: AmendReview
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _PqxzYFkAEea3VM9CaLMIjw
Runtime-Version: 2.1.0.201605312320
Save-Time: 8/4/16 6:47 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
let [val review [amend-review -review [create-review -server $serverURL]]] {
runQueryAndOpenEditor $review
with [get-editor] {
assert-that-patchset-counter-in-editor -is "2/2"
}
//Create a new revision and check that the new review appears
amend-review -review $review
with [get-editor] {
get-button Refresh | click
wait 100
assert-that-patchset-counter-in-editor -is "2/3"
}
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--